AnimationNode
Přehled
AnimationNode je třída v Aspose.3d pro Typescript. Dědici: AnimationNode, A3DObject.
AnimationNode.constructor creates a new animation node with an optional name.
Vlastnosti
| Název: | Typ: | Přístup | Popis: |
|---|---|---|---|
name | string | Čtěte. | Uložení identifikačního řetězce animace uzlu |
properties | PropertyCollection | Čtěte. | Udržuje soubor vlastností připojených k uzlu. |
bindPoints | BindPoint[] | Čtěte. | Obsahuje řady bodů spojených s tímto animačním uzlem. |
subAnimations | AnimationNode[] | Čtěte. | Uložení dětských animačních uzlů tvořících hierarchickou strukturu animace. |
Metody
| Podpis: | Popis: |
|---|---|
| `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 |