Class AnimationInfo
Definition
- Assembly:
- Tizen.AIAvatar.dll
The AnimationInfo class manages animation data for an Avatar, including motion data and names. It is not meant to be directly edited by users or editors.
public class AnimationInfo
- Inheritance
-
objectAnimationInfo
Constructors
View SourceAnimationInfo(MotionData, string)
Initializes a new instance of the AnimationInfo class with the specified motion data and name.
Declaration
public AnimationInfo(MotionData motionData, string motionName)
Parameters
| Type | Name | Description |
|---|---|---|
| MotionData | motionData | TheThe motion data associated with this animation. |
| string | motionName | The name of this animation. |
Properties
View SourceMotionData
Gets the motion data associated with this animation.
Declaration
public MotionData MotionData { get; }
Property Value
| Type | Description |
|---|---|
| MotionData |
MotionName
Gets the name of this animation.
Declaration
public string MotionName { get; }
Property Value
| Type | Description |
|---|---|
| string |