MovementProcessManager.Register<T>
Method in MovementProcessManager
Declaration
public T Register<T>()
where T : MovementProcess, new()Description
Registers a process to the controller of the specified type.
Type Parameters
| T | The type of process to register. |
Returns
| T | The registered process. |