JumpPad

When the Player steps on the JumpPad, they will be propelled according to the specified parameters and settings.

You can find a JumpPad Prefab uner Cowsins/Prefabs/DragAndDropExtras

  • forceModeType: Specifies the Jump Method.

    • PlayerOrientation: player will be launched based on the forward orientation of the camera.

    • PlayerMovementDirection: player will be launched based on the movement direction.

    • JumpPadLocalAxis: player will be launched based on the forward orientation of the jump pad.

  • verticalForceMagnitude: Defines the strength of the force applied in the vertical direction when the Player steps on the JumpPad. This value determines how high the Player is propelled upward.

  • horizontalForceMagnitude: Defines the strength of the force applied in the horizontal direction when the Player steps on the JumpPad. This value determines how far the Player is propelled horizontally.

  • jumpSound: Represents the sound effect played when the Player steps on the JumpPad.

Last updated