MovementProcessManager.Register


Declaration

public bool Register(MovementProcess process)

Description

Registers a process to the controller.

Parameters

processThe process to register.

Returns

boolTrue if the process was registered, false if not.