MovementController.GetProcess<T>
Method in MovementController
Declaration
public T GetProcess<T>()
where T : MovementProcessDescription
Returns the movement process of the specified type.
Type Parameters
| T | The type of the process to retrieve. |
Returns
| T | The movement process of the specified type, or null if not registered. |