AnimationChannel

AnimationChannel

Overview

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

AnimationChannel stores a sequence of keyframes and provides Add(time, value) to insert new keyframe data.

This class provides 13 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

NameTypeAccessDescription
DefaultValueobject?Read/WriteGets or sets the default value.
KeyframeSequenceKeyframeSequenceRead/WriteGets or sets the keyframe sequence.
ComponentTypeTypeReadGets the component type.
BindPointBindPointReadGets the bind point.
KeyFramesIList<KeyFrame>ReadGets the key frames.
PostBehaviorExtrapolationReadGets the post behavior.
PreBehaviorExtrapolationReadGets the pre behavior.
NamestringRead/WriteGets or sets the name.
PropertiesPropertyCollectionReadGets the collection of all properties.

Methods

SignatureDescription
KeyframeSequence()Calls KeyframeSequence on this AnimationChannel instance.
KeyframeSequence(name: string)Calls KeyframeSequence(name) on this AnimationChannel instance.
Add(time: double, value: float)Calls Add(time, value) on this AnimationChannel instance.
Add(time: double, value: float, interpolation: Interpolation)Calls Add(time, value, interpolation) on this AnimationChannel instance.
Reset()Calls Reset on this AnimationChannel instance.
GetEnumerator()Calls GetEnumerator on this AnimationChannel instance.
A3DObject()Initializes a new instance of the A3DObject class with no name.
A3DObject(name: string)Initializes a new instance of the A3DObject class.
RemoveProperty(property: Property)Removes a dynamic property.
RemoveProperty(property: string)Remove the specified property identified by name
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.

See Also

 English