Version: 2023.1
言語: 日本語
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.

See Also: Rigidbody2D.Slide and SlideResults.