BindPoint — Aspose.3D FOSS TypeScript API Reference

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

Package: aspose.threed


Methods

MethodReturnsDescription
addChannel(name: string, value: any, _type: any)boolean
getKeyframeSequence(channelName: string)`KeyframeSequencenull`
createKeyframeSequence(name: string)KeyframeSequence
bindKeyframeSequence(channelName: string, sequence: KeyframeSequence)void
getChannel(channelName: string)`AnimationChannelnull`
resetChannels()void
name()string
properties()PropertyCollection
property()Property
channelsCount()number
scene()`Scenenull`

See Also