AnimationChannel
Overview
AnimationChannel is a class in Aspose.3d for Python.
Inherits from: KeyframeSequence.
AnimationChannel lets developers specify the component type, a default value, and a KeyframeSequence that defines the channel’s animation data.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
component_type | `` | Read | Specifies the type of component this channel animates |
default_value | Any | Read | Holds the fallback value used when no keyframe is active |
keyframe_sequence | KeyframeSequence | Read | Provides access to the ordered collection of keyframes for the channel |
Methods
| Signature | Description |
|---|---|
__init__(name: str) |