MovementController.GetProcess<T>


Declaration

public T GetProcess<T>()
    where T : MovementProcess

Description

Returns the movement process of the specified type.

Type Parameters

TThe type of the process to retrieve.

Returns

TThe movement process of the specified type, or null if not registered.