Objects of this class are returned by the 'overlap shape' methods, for example overlapSphereShapes. More...
#include "physxOverlapReport.h"
Public Member Functions | |
PhysxShape * | get_first_overlap () |
PhysxShape * | get_next_overlap () |
unsigned int | get_num_overlaps () const |
PhysxShape * | get_overlap (unsigned int idx) |
virtual bool | onEvent (NxU32 nbEntities, NxShape **entities) |
Public Attributes | |
get_num_overlaps | |
get_overlap | |
Objects of this class are returned by the 'overlap shape' methods, for example overlapSphereShapes.
They contain an iterable list of all sshapes that the raycast query produced.
Definition at line 33 of file physxOverlapReport.h.