AnimationNode.CreateBindPoint

AnimationNode.CreateBindPoint method

Creates a BindPoint based on the property data type.

public BindPoint CreateBindPoint(A3DObject obj, string propName)
ParameterTypeDescription
objA3DObjectObject.
propNameStringProperty name.

Return Value

The bind point instance or null if the property is not defined.

See Also