get_bind_point method

get_bind_point

Gets the animation bind point on given property.

Returns

The bind point.

def get_bind_point(self, target, prop_name, create):
    ...
ParameterTypeDescription
targetA3DObjectOn which object to create the bind point.
prop_namestrThe property’s name.
createboolIf set to true create the bind point if it’s not existing.

See Also