Version: 2023.1
LanguageEnglish
  • C#

Rigidbody2D.SlideMovement.layerMask

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 LayerMask layerMask;

Description

A LayerMask that will be used when determining what Collider2D should be detected.

This Layer will only be used when Rigidbody2D.SlideMovement.useLayerMask is true in which case, the specified LayerMask will be used to determine which Collider2D will be detected and any Layer Collision Matrix configuration will be ignored.

In other words, this LayerMask can be used to override and explicitly specify which layers will be used to detect Collider2D.

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