Atlas Engine
API Referencebezel

QueryOperation

Identifies the physics query represented by a QueryResult.

Module: bezel

Identifies the physics query represented by a QueryResult.

Declaration

export enum QueryOperation {
        RaycastAll,
        Raycast,
        RasycastWorld,
        RaycastWorldAll,
        RaycastTagged,
        RaycastTaggedAll,
        Movement,
        Overlap,
        MovementAll,
    }

Values

RaycastAll

RaycastAll

Raycast

Raycast

RasycastWorld

RasycastWorld

RaycastWorldAll

RaycastWorldAll

RaycastTagged

RaycastTagged

RaycastTaggedAll

RaycastTaggedAll

Movement

Movement

Overlap

Overlap

MovementAll

MovementAll

On this page