MovementProcessManager
Class in Zigurous.CharacterController
Declaration
public sealed class MovementProcessManager
Description
Manages the movement processes for a movement controller.
Properties
Count | The number of processes registered to the controller. |
Item[int] | Gets the process at the specified index. |
Constructors
MovementProcessManager | Initializes 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. |
Register | Registers a process to the controller. |
Unregister<T> | Unregisters a process from the controller of the specified type. |
Unregister | Unregisters a process from the controller. |
Clear | Clears all of the processes from the controller. |