15 #ifndef PHYSXCONTROLLERREPORT_H
16 #define PHYSXCONTROLLERREPORT_H
18 #include "pandabase.h"
19 #include "callbackObject.h"
20 #include "pStatCollector.h"
22 #include "physx_includes.h"
33 INLINE ~PhysxControllerReport();
37 bool is_enabled()
const;
42 virtual NxControllerAction onShapeHit(
const NxControllerShapeHit& hit);
43 virtual NxControllerAction onControllerHit(
const NxControllersHit& hit);
54 #include "physxControllerReport.I"
56 #endif // PHYSXCONTROLLERREPORT_H
A lightweight class that represents a single element that may be timed and/or counted via stats...
This is a generic object that can be assigned to a callback at various points in the rendering proces...
Implementation of the NxUserControllerHitReport interface.