This version of Unity is unsupported.

Rigidbody2D.SlideMovement.useAttachedTriggers

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.

Additional resources: Rigidbody2D.Slide and SlideResults.