Version: 2023.2
언어: 한국어
public bool useAttachedTriggers ;

설명

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.

Additional resources: Rigidbody2D.Slide and SlideResults.