Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Physics2D.queriesStartInColliders

public static bool queriesStartInColliders;

Description

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.

Did you find this page useful? Please give it a rating: