AnimationChannel

AnimationChannel

Overview

AnimationChannel is a class in Aspose.3D FOSS for .NET. Inherits from: KeyframeSequence.

AnimationChannel.AnimationChannel creates a new animation channel with no target assigned.

Properties

NameTypeAccessDescription
TargetstringRead/WriteProperty gets or sets the name of the object or attribute animated by the channel
DefaultValueobjectRead/WriteProperty gets or sets the fallback value used when no keyframe is present

Methods

SignatureDescription
AnimationChannel()Creates a new animation channel with no target assigned
AnimationChannel(target: string)
Apply(time: float)Evaluates and applies the channel’s animation at the given time

See Also