IKBehaviorManager.Register
Method in IKBehaviorManager
Declaration
public bool Register(IKBehavior behavior)Description
Registers an IK behavior to be updated by the manager.
Parameters
| behavior | The behavior to register. |
Returns
| bool | True if the behavior was successfully registered. |