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 specified.
This class provides 9 methods for working with AnimationChannel objects in .NET programs.
Available methods include: A3DObject, Add, FindProperty, GetEnumerator, GetProperty, KeyframeSequence, RemoveProperty, Reset, SetProperty.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: BindPoint, ComponentType, DefaultValue, KeyFrames, KeyframeSequence, Name, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
DefaultValue | object? | Read/Write | Gets or sets the default value. |
KeyframeSequence | KeyframeSequence | Read/Write | Gets or sets the keyframe sequence. |
ComponentType | Type | Read | Gets the component type. |
BindPoint | BindPoint | Read | Gets the bind point. |
KeyFrames | IList<KeyFrame> | Read | Gets the key frames. |
PostBehavior | Extrapolation | Read | Gets the post behavior. |
PreBehavior | Extrapolation | Read | Gets the pre behavior. |
Name | string | Read/Write | Gets or sets the name. |
Properties | PropertyCollection | Read | Gets the properties. |
Methods
| Signature | Description |
|---|---|
KeyframeSequence() | |
Add(time: double, value: float) | |
Reset() | |
GetEnumerator() | |
A3DObject() | |
RemoveProperty(property: Property) | Removes a dynamic property. |
GetProperty(property: string) | Get the value of specified property |
SetProperty(property: string, value: object?) | Sets the value of specified property |
FindProperty(propertyName: string) | Finds the property. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name) |