AnimationClip

Overview

AnimationClip is a class in Aspose.3D FOSS for Typescript. Inherits from: SceneObject.

AnimationClip.constructor creates a new animation clip with the specified name.

Properties

NameTypeAccessDescription
namestringRead/WriteStores the identifier of the animation clip
propertiesPropertyCollectionReadHolds a collection of custom properties for the clip
animationsAnimationNode[]ReadContains all AnimationNode objects belonging to the clip
descriptionstringRead/WriteProvides a textual description of the animation clip
startnumberRead/WriteIndicates the start time (in seconds) of the animation clip
stopnumberRead/Write

Methods

SignatureDescription
constructor(name: string)Creates a new animation clip with the specified name
createAnimationNode(nodeName: string)AnimationNodeCreates an AnimationNode linked to the given node name

See Also