AnimationNode — Aspose.3D FOSS TypeScript API Reference

AnimationNode — AnimationNode class in the Aspose.3D FOSS TypeScript API.. Inherits from: A3DObject.

Package: aspose.threed


Methods

MethodReturnsDescription
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
name()string
properties()PropertyCollection
bindPoints()BindPoint[]
subAnimations()AnimationNode[]

See Also