Version: 2017.2

Physics2D.queriesStartInColliders

Cambiar al Manual
public static bool queriesStartInColliders ;

Descripción

Sets the raycasts or linecasts that start inside Colliders to detect or not detect those Colliders.

When performing a ray/line cast, the start point can begin inside a collider. When this occurs, this property controls whether these colliders are returned or not. When set to true, such colliders are returned.

See Also: Raycast, Linecast.