MovementControlSettings<T>
Class in Zigurous.CharacterController
Inherits from MovementControlSettings
Declaration
[Serializable]
public abstract class MovementControlSettings<T> : MovementControlSettings where T : MovementProcess, new()
Description
The base class for movement control settings of a specified type.
Type Parameters
T | The type of control associated with the settings. |
Inherited
Properties
inputButton | The input button for the control. |
active | Whether the settings are active on a movement profile. Inactive settings will not display in the editor. |
enabled | Turns on or off the settings behavior. Enabled behaviors are updated every frame. |
isActiveAndEnabled | Whether the settings are active and enabled. |