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
| Name | Type | Access | Description |
|---|---|---|---|
name | string | Read | Holds the identifier string of the animation clip |
properties | PropertyCollection | Read | Provides a collection of custom properties attached to the clip |
animations | AnimationNode[] | Read | Contains the list of AnimationNode objects belonging to the clip |
description | string | Read | Stores a textual description of the animation clip |
start | number | Read | Specifies the start time (in seconds) of the animation clip |
stop | number | Read |
Mètodes
| Signature | Description |
|---|---|
constructor(name: string) | Creates a new animation clip with the specified name |
createAnimationNode(nodeName: string) → AnimationNode | Creates and returns an AnimationNode for the given node name |