SceneQueryType Enum

Definition

Defines the different scene query types. Mostly used by pointers.

public enum class SceneQueryType
public enum SceneQueryType
type SceneQueryType = 
Public Enum SceneQueryType
Inheritance
SceneQueryType

Fields

BoxRaycast 1

Complex raycast from multiple points using a box collider.

SimpleRaycast 0

Use a simple raycast from a single point in a given direction.

SphereCast 2

Use Sphere cast.

SphereOverlap 3

Check for colliders within a specific radius.

Applies to