AnimationChannel

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

NameTypeAccessDescription
component_type``ReadSpecifies the data type of the animated component
default_valueAnyReadHolds the fallback value used when no keyframe is defined
keyframe_sequenceKeyframeSequenceReadProvides access to the ordered collection of keyframes for the channel
_component_type``Read
_default_value``Read
_keyframe_sequenceKeyframeSequenceRead

Methods

SignatureDescription
__init__(name: str)

See Also