MovementBehaviorSettings

Inherits from MovementSettings

Declaration

[Serializable]
public abstract class MovementBehaviorSettings : MovementSettings

Description

The base class for all movement behavior settings.

Inherited

Properties

activeWhether the settings are active on a movement profile. Inactive settings will not display in the editor.
enabledTurns on or off the settings behavior. Enabled behaviors are updated every frame.
isActiveAndEnabledWhether the settings are active and enabled.