KeyframeSequence

KeyframeSequence

Overview

KeyframeSequence is a class in Aspose.3D FOSS for TypeScript. Inherits from: A3DObject.

KeyframeSequence.constructor creates a new sequence and optionally assigns a name.

This class declares 10 methods for KeyframeSequence objects in TypeScript programs. Available methods include: add, constructor, findProperty, getProperty, removeProperty, reset, setBindPoint, setProperty, toString. Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package. Properties: bindPoint, keyFrames, name, postBehavior, preBehavior, properties.

Properties

NameTypeAccessDescription
namestringRead/WriteGets the name.
propertiesPropertyCollectionReadGets the properties.
bindPointBindPoint | nullReadGets the bind point.
keyFramesKeyFrame[]ReadGets the key frames.
postBehaviorExtrapolationReadGets the post behavior.
preBehaviorExtrapolationReadGets the pre behavior.

Methods

SignatureDescription
constructor(name: string | null)Creates a new sequence and optionally assigns a name
reset()Clears all keyframes and restores default behavior settings
add(time: number, value: number, interpolation: Interpolation)Inserts a keyframe at the given time with a value and interpolation mode
setBindPoint(value: BindPoint)Sets the bind point value.
constructor(name: string)Calls constructor(name) on this KeyframeSequence instance.
findProperty(propertyName: string)Property | nullCalls findProperty(propertyName) on this KeyframeSequence instance.
getProperty(property: string)anyCalls getProperty(property) on this KeyframeSequence instance.
setProperty(property: string, value: any)Sets the property value.
removeProperty(property: string | Property)booleanCalls removeProperty(property) on this KeyframeSequence instance.
toString()stringCalls toString on this KeyframeSequence instance.

See Also

 English