AnimationNode — klasa AnimationNode.
| Name | Type | Access | Description |
|---|
BindPoints | IList<BindPoint> | Read | Gets the current property bind points. |
SubAnimations | IList<AnimationNode> | Read | Gets the sub-animation nodes under current animations. |
Name | string | Read/Write | Gets or sets the name. |
Properties | PropertyCollection | Read | Gets the collection of all properties. |
| Signature | Description |
|---|
AnimationNode() | Initializes a new instance of the AnimationNode class. |
AnimationNode(name: string) | Initializes a new instance of the AnimationNode class. |
FindBindPoint(target: A3DObject, name: string) | Finds the bind point by target and name. |
GetBindPoint(target: A3DObject, propName: string, create: bool) | Gets the animation bind point on given property. |
GetKeyframeSequence(target: A3DObject, propName: string, channelName: string, create: bool) | Gets the keyframe sequence on given property and channel. |
GetKeyframeSequence(target: A3DObject, propName: string, create: bool) | Gets the keyframe sequence on given property. |
CreateBindPoint(obj: A3DObject, propName: string) | Creates a BindPoint based on the property data type. |
A3DObject() | Initializes a new instance of the A3DObject class with no name. |
RemoveProperty(property: Property) | Removes a dynamic property. |
GetProperty(property: string) | Get the value of specified property |
SetProperty(property: string, value: object?) | Sets the value of specified property |
FindProperty(propertyName: string) | Finds the property. |
Vidi takođe