Property.GetBindPoint

Property.GetBindPoint method

Gets the property bind point on specified animation instance.

public BindPoint GetBindPoint(AnimationNode anim, bool create)
ParameterTypeDescription
animAnimationNodeOn which animation to create the bind point.
createBooleanCreate the property bind point if it’s not found.

Return Value

The property bind point on specified animation instance

See Also