15 #ifndef PHYSXCONTACTREPORT_H
16 #define PHYSXCONTACTREPORT_H
18 #include "pandabase.h"
19 #include "pStatCollector.h"
20 #include "physx_includes.h"
31 INLINE ~PhysxContactReport();
35 bool is_enabled()
const;
37 void onContactNotify(NxContactPair& pair, NxU32 flags);
44 #include "physxContactReport.I"
46 #endif // PHYSXCONTACTREPORT_H
A lightweight class that represents a single element that may be timed and/or counted via stats...