AnimationNode

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

NameTypeAccessDescription
BindPointsIList<BindPoint>ReadGets the current property bind points.
SubAnimationsIList<AnimationNode>ReadGets the sub-animation nodes under current animations.
NamestringRead/WriteGets or sets the name.
PropertiesPropertyCollectionReadGets the collection of all properties.

Methods

SignatureDescription
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.

See Also

 English