MovementProcessManager


Declaration

public sealed class MovementProcessManager

Description

Manages the movement processes for a movement controller.

Properties

CountThe number of processes registered to the controller.
Item[int]Gets the process at the specified index.

Constructors

MovementProcessManagerInitializes the process manager for the specified controller.

Methods

Get<T>Returns the movement process of the specified type.
Register<T>Registers a process to the controller of the specified type.
RegisterRegisters a process to the controller.
Unregister<T>Unregisters a process from the controller of the specified type.
UnregisterUnregisters a process from the controller.
ClearClears all of the processes from the controller.