BindPoint

Oversigt over de forskellige former for støtte

BindPoint er en klasse i Aspose.3D FOSS for .NET.

BindPoint forbinder et målobjektets egenskab til en eller flere animationskanaler og giver GetProperty for at hente den aktuelle værdi.

Egenskaber

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

Metoder til at anvende

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