AnimationChannel

AnimationChannel

General

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

AnimationChannel és una classe en Aspose.3D FOSS per a .NET. Hereta de: ゚KeyframeSequence`.

AnimationChannel crea un canal d’animació per a un objecte objectiu i pot aplicar dades d"animacions en un moment específic utilitzant el mètode Aplicar.

Propietats

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 properties.

Mètodes

SignatureDescription
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)
Apply(time: float)Evaluates the channel at the given time and updates the target
 Català