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.
This class provides 2 methods for working with AnimationClip objects in Typescript programs.
Available methods include: constructor, createAnimationNode.
All public members are accessible to any Typescript application after installing the Aspose.3D FOSS for Typescript package.
Properties: animations, description, name, properties, start, stop.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | string | Read/Write | Gets the name. |
properties | PropertyCollection | Read | Gets the properties. |
animations | AnimationNode[] | Read | Gets the animations. |
description | string | Read/Write | Gets the description. |
start | number | Read/Write | Gets the start. |
stop | number | Read/Write | Gets the stop. |
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 |