AnimationNode
Overview
AnimationNode is a class in Aspose.3D FOSS for .NET.
Inherits from: A3DObject.
Aspose.3D’s supports animation hierarchy, each animation can be composed by several animations and animation’s key-frame definition.
This class provides 14 methods for working with AnimationNode objects in .NET programs.
Available methods include: A3DObject, AnimationNode, CreateBindPoint, FindBindPoint, FindProperty, GetBindPoint, GetKeyframeSequence, GetProperty, RemoveProperty, SetProperty.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: BindPoints, Name, Properties, SubAnimations.
Properties
| 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. |
Methods
| 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. |
A3DObject(name: string) | Initializes a new instance of the A3DObject class. |
RemoveProperty(property: Property) | Removes a dynamic property. |
RemoveProperty(property: string) | Remove the specified property identified by name |
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. |