Panda3D
Public Member Functions

PhysxOverlapReport Class Reference

Objects of this class are returned by the 'overlap shape' methods, for example overlapSphereShapes. More...

#include "physxOverlapReport.h"

Inheritance diagram for PhysxOverlapReport:
PhysxUserEntityReport

List of all members.

Public Member Functions

PhysxShapeget_first_overlap ()
PhysxShapeget_next_overlap ()
unsigned int get_num_overlaps () const
PhysxShapeget_overlap (unsigned int idx)
 MAKE_SEQ (get_overlaps, get_num_overlaps, get_overlap)
virtual bool onEvent (NxU32 nbEntities, NxShape **entities)

Detailed Description

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 36 of file physxOverlapReport.h.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations