BindPoint — Aspose.3D FOSS TypeScript API Reference
BindPoint — BindPoint class in the Aspose.3D FOSS TypeScript API.. Inherits from: A3DObject.
Package: aspose.threed
Methods
| Method | Returns | Description |
|---|---|---|
addChannel(name: string, value: any, _type: any) | boolean | |
getKeyframeSequence(channelName: string) | `KeyframeSequence | null` |
createKeyframeSequence(name: string) | KeyframeSequence | |
bindKeyframeSequence(channelName: string, sequence: KeyframeSequence) | void | |
getChannel(channelName: string) | `AnimationChannel | null` |
resetChannels() | void | |
name() | string | |
properties() | PropertyCollection | |
property() | Property | |
channelsCount() | number | |
scene() | `Scene | null` |