MovementControlSettings
Class in Zigurous.CharacterController
Inherits from MovementBehaviorSettings
Declaration
[Serializable]
public abstract class MovementControlSettings : MovementBehaviorSettings
Description
The base class for all movement control settings.
Properties
inputButton | The input button for the control. |
Inherited
Properties
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. |