AnimationClip

General

AnimationClip is a class in Aspose.3d for Typescript. Inherits from: AnimationClip, SceneObject.

AnimationClip és una classe de l’objectiu.3d per a Typescript. Hereta de: ゚AnimationClip⌒, ヽ SceneObject` .

AnimationClip permet la creació de nodes d’animació anomenats, configurar una descripció i definir els horaris d ‘inici i parada del clip.

Propietats

NameTypeAccessDescription
namestringReadHolds the identifier string of the animation clip
propertiesPropertyCollectionReadProvides a collection of custom properties attached to the clip
animationsAnimationNode[]ReadContains the list of AnimationNode objects belonging to the clip
descriptionstringReadStores a textual description of the animation clip
startnumberReadSpecifies the start time (in seconds) of the animation clip
stopnumberRead

Mètodes

SignatureDescription
constructor(name: string)Creates a new animation clip with the specified name
createAnimationNode(nodeName: string)AnimationNodeCreates and returns an AnimationNode for the given node name
 Català