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

Options controlling a convex sweep collision query. More...

#include <a3d/physics/PhysicsWorld.h>

Public Attributes

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

Detailed Description

Options controlling a convex sweep collision query.

Definition at line 51 of file PhysicsWorld.h.

Member Data Documentation

◆ searchMode

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

How matching sweep hits are selected.

Definition at line 53 of file PhysicsWorld.h.


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