AnimationChannel

AnimationChannel

Übersicht über die

AnimationChannel ist eine Klasse in Aspose.3D FOSS für .NET. Erben von: KeyframeSequence.

AnimationChannel erstellt einen Animationskanal für ein Zielobjekt und kann mit der Apply-Methode Animierungsdaten zu einem bestimmten Zeitpunkt anwenden.

Eigenschaften

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.

Methoden und Verfahren

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)
 Deutsch