BindPoint

Übersicht über die

BindPoint ist eine Klasse in Aspose.3D FOSS für .NET.

BindPoint verknüpft die Eigenschaft eines Zielobjekts mit einem oder mehreren Animationskanälen und liefert GetProperty zum Abrufen des aktuellen Wertes.

Eigenschaften

NameTypeAccessDescription
PropertyPropertyReadGets the property.
ChannelsCountintReadGets the channels count.
NamestringRead/WriteGets or sets the name.
PropertiesPropertyCollectionReadGets the properties.

Methoden und Verfahren

SignatureDescription
BindPoint(scene: Scene, prop: Property)The property associated with this bind point.
GetKeyframeSequence(channelName: string)The keyframe sequence.
CreateKeyframeSequence(name: string)The created keyframe sequence.
BindKeyframeSequence(channelName: string, sequence: KeyframeSequence)The keyframe sequence to bind.
GetChannel(channelName: string)The animation channel.
AddChannel(name: string, value: T)True if the channel was added successfully.
AddChannel(name: string, value: object)True if the channel was added successfully.
AddChannel(name: string, type: Type, value: object)True if the channel was added successfully.
ResetChannels()Empties the property channels of this animation curve mapping.
ToString()The string representation of this bind point.
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