KeyframeSequence

KeyframeSequence — Aspose.3D FOSS TypeScript API Reference

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

Package: aspose.threed


Methods

MethodReturnsDescription
reset()void
add(time: number, value: number, interpolation: Interpolation)void
name()string
properties()PropertyCollection
bindPoint()`BindPointnull`
setBindPoint(value: BindPoint)void
keyFrames()KeyFrame[]
postBehavior()Extrapolation
preBehavior()Extrapolation

See Also