MovementProcessManager.Get<T>
Method in MovementProcessManager
Declaration
public T Get<T>()
where T : MovementProcess
Description
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. |