RigidbodyPushSettings


Declaration

[Serializable]
public class RigidbodyPushSettings : MovementBehaviorSettings<RigidbodyPush>

Description

Settings for rigidbody push.

Properties

rigidbodyLayersThe layer(s) for detecting rigidbodies.
pushStrengthThe strength that the character pushes rigidbodies when coming into contact with them.
factorCharacterSpeedUses the character's speed as a multiplier to the push strength. The faster the character is moving the stronger the push.
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.