Version: 2020.2
언어: 한국어

Physics2D.queriesStartInColliders

매뉴얼로 전환
public static bool queriesStartInColliders ;

설명

Set 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.