Version: 2023.1
LanguageEnglish
  • C#

Rigidbody2D.SlideMovement.useAttachedTriggers

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 bool useAttachedTriggers;

Description

Can be used to select whether any Collider2D attached to this Rigidbody2D (that are configured as a trigger) are used to detect contacts.

This is ignored if Rigidbody2D.SlideMovement.selectedCollider is selected.

See Also: Rigidbody2D.Slide and SlideResults.