AnimationChannel

AnimationChannel

Overview

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

AnimationChannel.constructor creates a new channel with the specified name.

This class declares 10 methods for AnimationChannel 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, componentType, defaultValue, keyFrames, keyframeSequence, name, and 3 more.

Properties

NameTypeAccessDescription
componentTypeanyReadGets the component type.
defaultValueanyRead/WriteGets the default value.
keyframeSequenceKeyframeSequence | nullRead/WriteGets the keyframe sequence.
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)Creates a new channel with the specified name
constructor(name: string | null)Calls constructor(name) on this AnimationChannel instance.
reset()Calls reset on this AnimationChannel instance.
add(time: number, value: number, interpolation: Interpolation)Calls add(time, value, interpolation) on this AnimationChannel instance.
setBindPoint(value: BindPoint)Sets the bind point value.
findProperty(propertyName: string)Property | nullCalls findProperty(propertyName) on this AnimationChannel instance.
getProperty(property: string)anyCalls getProperty(property) on this AnimationChannel instance.
setProperty(property: string, value: any)Sets the property value.
removeProperty(property: string | Property)booleanCalls removeProperty(property) on this AnimationChannel instance.
toString()stringCalls toString on this AnimationChannel instance.

See Also

 English