EdgeSlipSettings
Class in Zigurous.CharacterController
Inherits from MovementBehaviorSettings<T>
Declaration
[Serializable]
public class EdgeSlipSettings : MovementBehaviorSettings<EdgeSlip>Description
Settings for edge slip.
Properties
| slipFactor | The strength of the force of slipping off an edge. |
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. |