Class AvatarMotionChangedEventArgs
Definition
- Assembly:
- Tizen.AIAvatar.dll
This class provides arguments for handling avatar motion change events.
public class AvatarMotionChangedEventArgs : EventArgs
- Inheritance
-
objectAvatarMotionChangedEventArgs
Constructors
View SourceAvatarMotionChangedEventArgs(AvatarMotionState, AvatarMotionState)
Initializes a new instance of the AvatarMotionChangedEventArgs class with the specified previous and current states.
Declaration
public AvatarMotionChangedEventArgs(AvatarMotionState previous, AvatarMotionState current)
Parameters
| Type | Name | Description |
|---|---|---|
| AvatarMotionState | previous | The previous state of the avatar's motion. |
| AvatarMotionState | current | The current state of the avatar's motion. |
Properties
View SourceCurrent
The current state.
Declaration
public AvatarMotionState Current { get; }
Property Value
| Type | Description |
|---|---|
| AvatarMotionState |
Previous
The previous state.
Declaration
public AvatarMotionState Previous { get; }
Property Value
| Type | Description |
|---|---|
| AvatarMotionState |