MovementProcessManager.Register
Method in MovementProcessManager
Declaration
public bool Register(MovementProcess process)Description
Registers a process to the controller.
Parameters
| process | The process to register. |
Returns
| bool | True if the process was registered, false if not. |