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.

Properties

NameTypeAccessDescription
componentTypeanyReadIndicates the data type of the animated component
defaultValueanyRead/WriteHolds the fallback value used when no keyframes are defined
keyframeSequenceKeyframeSequence | nullRead/WriteReferences the channel’s keyframe sequence or null if absent

Methods

SignatureDescription
constructor(name: string)Creates a new channel with the specified name

See Also