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

NameTypeAccessDescription
namestringReadStores the identifier string of the animation node
propertiesPropertyCollectionReadHolds a collection of custom properties attached to the node
bindPointsBindPoint[]ReadContains the array of bind points associated with this animation node
subAnimationsAnimationNode[]ReadStores child animation nodes forming a hierarchical animation structure

Mètodes

SignatureDescription
`constructor(name: stringnull)`
findBindPoint(_target: A3DObjectClass, name: string) → `BindPointnull`
getBindPoint(target: A3DObjectClass, propName: string, create: boolean) → `BindPointnull`
createBindPoint(obj: A3DObjectClass, propName: string) → `BindPointnull`
`getKeyframeSequence(target: A3DObjectClass, propName: string, channelName: stringnull, create: boolean)KeyframeSequence
 Català