Version: 2023.1
LanguageEnglish
  • C#

Rigidbody2D.SlideMovement.gravitySlipAngle

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual
public float gravitySlipAngle;

Description

When the gravity movement causes a contact with a Collider2D, slippage maybe occur if the surface angle is greater than this angle.

Use this angle threshold to control whether slippage will occur on surface slopes above the threshold.

The angle is in degrees and is relative to the Rigidbody2D.SlideMovement.surfaceUp vector.

NOTE: Slippage will only occur if no initial velocity is passed to the Rigidbody2D.Slide method.

See Also: Rigidbody2D.SlideMovement.surfaceSlideAngle, Rigidbody2D.Slide and SlideResults.