MovementProcessManager.Register<T>


Declaration

public T Register<T>()
    where T : MovementProcess, new()

Description

Registers a process to the controller of the specified type.

Type Parameters

TThe type of process to register.

Returns

TThe registered process.