Crouch Slide
Let the player slide while crouching. The slide will come to a halt after the specified time.
Property |
|
---|---|
Button |
If pressed, the crouch slide will commence. |
Slide Type |
If Constant Velocity is enabled, the player will slide with a constant speed. Otherwise, it will slow down to a halt. |
Crouch Height |
The new height of the player. This will modify the vertical size of the BoxCollider2D. |
Speed Threshold |
The velocity the player must reach to enter a slide. |
Slide Time |
Max time specifies the total duration of the slide. Min time specifies the minimum amount of time the player will have to slide before exiting early. |
Important
The crouch signal will go true if the player can’t properly stand after it completes a slide.
Signals: crouchSlide, crouch