MovementProcessManager.Unregister<T>
Method in MovementProcessManager
Declaration
public bool Unregister<T>()
where T : MovementProcessDescription
Unregisters a process from the controller of the specified type.
Type Parameters
| T | The type of process to unregister. |
Returns
| bool | True if the process was unregistered, false if not. |