BindPoint class

BindPoint class

A BindPoint is usually created on an object’s property, some property types contains multiple component fields(like a Vector3 field), BindPoint will generate channel for each component field and connects the field to one or more keyframe sequence instance(s) through the channels.

Inheritance: BindPointA3DObject

The BindPoint type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the BindPoint class.

Properties

PropertyDescription
nameGets or sets the name.
propertiesGets the collection of all properties.
propertyGets the property associated with the CurveMapping
channels_countGets the total number of property channels defined in this animation curve mapping.

Methods

MethodDescription
remove_propertyRemoves a dynamic property.
remove_propertyRemove the specified property identified by name
add_channelAdds the specified channel property.
add_channel
get_propertyGet the value of specified property
set_propertySets the value of specified property
find_propertyFinds the property.
It can be a dynamic property (Created by CreateDynamicProperty/SetProperty)
or native property(Identified by its name)
get_keyframe_sequenceGets the first keyframe sequence in specified channel
get_keyframe_sequencesGets all keyframe sequences in specified channel
create_keyframe_sequenceCreates a new curve and connects it to the first channel of the curve mapping
bind_keyframe_sequenceBind the keyframe sequence to specified channel
get_channelGets channel by given name
reset_channelsEmpties the property channels of this animation curve mapping.

See Also