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
| Name | Type | Access | Description |
|---|---|---|---|
componentType | any | Read | Indicates the data type of the animated component |
defaultValue | any | Read/Write | Holds the fallback value used when no keyframes are defined |
keyframeSequence | KeyframeSequence | null | Read/Write | References the channel’s keyframe sequence or null if absent |
Methods
| Signature | Description |
|---|---|
constructor(name: string) | Creates a new channel with the specified name |