AnimationNode.GetBindPoint

AnimationNode.GetBindPoint method

Gets the animation bind point on given property.

public BindPoint GetBindPoint(A3DObject target, string propName, bool create)
ParameterTypeDescription
targetA3DObjectOn which object to create the bind point.
propNameStringThe property’s name.
createBooleanIf set to true create the bind point if it’s not existing.

Return Value

The bind point.

See Also