MovementProcessManager.Unregister<T>


Declaration

public bool Unregister<T>()
    where T : MovementProcess

Description

Unregisters a process from the controller of the specified type.

Type Parameters

TThe type of process to unregister.

Returns

boolTrue if the process was unregistered, false if not.