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
| Name | Type | Access | Description |
|---|---|---|---|
Target | string | Read/Write | Property gets or sets the name of the object or attribute animated by the channel |
DefaultValue | object | Read/Write | Property gets or sets the fallback value used when no keyframe is present |
Methods
| Signature | Description |
|---|---|
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 |