AnimationClip

AnimationClip

General

AnimationClip is a class in Aspose.3D FOSS for .NET. Inherits from: A3DObject.

AnimationClip és una classe en Aspose.3D FOSS per a .NET. Hereta de: ゚A3DObject⌒.

Clip d’animació

Propietats

NameTypeAccessDescription
AnimationNodesList<AnimationNode>ReadGets the list of AnimationNode objects contained in the clip
DurationfloatRead/WriteGets the total duration of the animation clip in seconds

Mètodes

SignatureDescription
AnimationClip()Initializes a clip with the given name
AnimationClip(name: string)
AddNode(node: AnimationNode)Adds an AnimationNode to the clip
GetNode(index: int)Returns the AnimationNode at the specified index
GetNode(name: string)
Sample(time: float)Evaluates the clip at the given time and returns sampled data
Apply(node: Node)Applies the clip’s animation to the specified scene node
 Català