Sandbox Logo

Collider.Touching

IEnumerable<Collider> Touching { get; set; }

Description

If we're a trigger, this will list all of the colliders that are touching us. If we're not a trigger, this will list all of the triggers that we are touching.

Return

User Comments