Avara3D 0.2.0
C++ API reference
a3d::PhysicsWorld::RayTestOptions Struct Reference

Options controlling a ray collision query. More...

#include <a3d/physics/PhysicsWorld.h>

Public Attributes

HitTestSearchMode searchMode {HitTestSearchMode::Closest}
 How matching ray hits are selected. More...
 

Detailed Description

Options controlling a ray collision query.

Definition at line 45 of file PhysicsWorld.h.

Member Data Documentation

◆ searchMode

HitTestSearchMode a3d::PhysicsWorld::RayTestOptions::searchMode {HitTestSearchMode::Closest}

How matching ray hits are selected.

Definition at line 47 of file PhysicsWorld.h.


The documentation for this struct was generated from the following file: