Version: 2023.1
言語: 日本語
public Collider2D selectedCollider ;

説明

The specific Collider2D attached to this Rigidbody2D to be used to detect contacts.

Can be used to select a specific Collider2D attached to this Rigidbody2D to be used to detect contacts. If this is selected then Rigidbody2D.SlideMovement.useAttachedTriggers is ignored.

See Also: Rigidbody2D.Slide and SlideResults.