FallHeightSettings


Declaration

[Serializable]
public class FallHeightSettings : MovementBehaviorSettings<FallHeight>

Description

Settings for fall height.

Properties

recoveryDurationFor a given fall height (x-axis), the amount of seconds it takes the character to begin moving again after landing (y-axis).
damageFor a given fall height (x-axis), the percentage of damage the character receives after landing (y-axis).
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.