AnimationChannel
Overview
AnimationChannel is a class in Aspose.3D FOSS for Python.
Inherits from: KeyframeSequence.
AnimationChannel.component_type specifies the data type of the animated component.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
component_type | `` | Read | Specifies the data type of the animated component |
default_value | Any | Read | Holds the fallback value used when no keyframe is defined |
keyframe_sequence | KeyframeSequence | Read | Provides access to the ordered collection of keyframes for the channel |
_component_type | `` | Read | |
_default_value | `` | Read | |
_keyframe_sequence | KeyframeSequence | Read |
Methods
| Signature | Description |
|---|---|
__init__(name: str) |