AnimationNode
General
AnimationNode is a class in Aspose.3d for Typescript.
Inherits from: AnimationNode, A3DObject.
AnimationNode és una classe de l’Aspose.3d per a Typescript. Hereta de: ゚AnimationNode⌒, ヽA3DObject` .
AnimationNode.constructor crea un nou nod d’animació amb un nom opcional.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
name | string | Read | Stores the identifier string of the animation node |
properties | PropertyCollection | Read | Holds a collection of custom properties attached to the node |
bindPoints | BindPoint[] | Read | Contains the array of bind points associated with this animation node |
subAnimations | AnimationNode[] | Read | Stores child animation nodes forming a hierarchical animation structure |
Mètodes
| Signature | Description |
|---|---|
| `constructor(name: string | null)` |
findBindPoint(_target: A3DObjectClass, name: string) → `BindPoint | null` |
getBindPoint(target: A3DObjectClass, propName: string, create: boolean) → `BindPoint | null` |
createBindPoint(obj: A3DObjectClass, propName: string) → `BindPoint | null` |
| `getKeyframeSequence(target: A3DObjectClass, propName: string, channelName: string | null, create: boolean)→KeyframeSequence |