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