Class ChangedEmotionEventArgs
Contains all the information after the player's emotion.
public class ChangedEmotionEventArgs : IPlayerEvent, IExiledEvent
- Inheritance
-
ChangedEmotionEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
ChangedEmotionEventArgs(ReferenceHub, EmotionPresetType)
Initializes a new instance of the ChangedEmotionEventArgs class.
public ChangedEmotionEventArgs(ReferenceHub hub, EmotionPresetType emotionPresetType)
Parameters
hub
ReferenceHubemotionPresetType
EmotionPresetType
Properties
EmotionPresetType
Gets the player's emotion.
public EmotionPresetType EmotionPresetType { get; }
Property Value
- EmotionPresetType
Player
Gets the Player triggering the event.
public Player Player { get; }