MovementProcessManager.Unregister
Method in MovementProcessManager
Declaration
public bool Unregister(MovementProcess process)Description
Unregisters a process from the controller.
Parameters
| process | The process to unregister. |
Returns
| bool | True if the process was unregistered, false if not. |