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