AnimationNode.FindBindPoint

AnimationNode.FindBindPoint method

Finds the bind point by target and name.

public BindPoint FindBindPoint(A3DObject target, string name)
ParameterTypeDescription
targetA3DObjectBind point’s target to find.
nameStringBind point’s name to find.

Return Value

The bind point.

See Also