AnimationClip

AnimationClip

Overview

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

Animation clip

Properties

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

Methods

SignatureDescription
AnimationClip()Creates a clip with the specified name
AnimationClip(name: string)
AddNode(node: AnimationNode)Adds an AnimationNode to the clip
GetNode(index: int)Returns the node at the given zero‑based index
GetNode(name: string)
Sample(time: float)Evaluates the animation at the specified time
Apply(node: Node)Applies the clip’s animation to the given Node

See Also