AnimationChannel

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

NameTypeAccessDescription
component_type``ReadSpecifies the type of component this channel animates
default_valueAnyReadHolds the fallback value used when no keyframe is active
keyframe_sequenceKeyframeSequenceReadProvides access to the ordered collection of keyframes for the channel

Methods

SignatureDescription
__init__(name: str)