KeyframeSequence

KeyframeSequence

Overview

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

KeyframeSequence.KeyframeSequence creates an empty keyframe sequence with no property name.

This class provides 11 methods for working with KeyframeSequence 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, KeyFrames, Name, PostBehavior, PreBehavior, Properties.

Properties

NameTypeAccessDescription
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()Creates an empty keyframe sequence with no property name
KeyframeSequence(name: string)Calls KeyframeSequence(name) on this KeyframeSequence instance.
Add(time: double, value: float)Calls Add(time, value) on this KeyframeSequence instance.
Add(time: double, value: float, interpolation: Interpolation)Calls Add(time, value, interpolation) on this KeyframeSequence instance.
Reset()Calls Reset on this KeyframeSequence instance.
GetEnumerator()Calls GetEnumerator on this KeyframeSequence instance.
A3DObject()Initializes a new instance of the A3DObject class with no name.
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.

See Also

 English