|
Panda3D
|
Implementation of the NxUserTriggerReport interface. More...
#include "physxTriggerReport.h"
Public Member Functions | |
| void | disable () |
| void | enable () |
| bool | is_enabled () const |
| void | onTrigger (NxShape &triggerShape, NxShape &otherShape, NxTriggerFlag status) |
Implementation of the NxUserTriggerReport interface.
Definition at line 25 of file physxTriggerReport.h.
|
inline |
Definition at line 17 of file physxTriggerReport.I.
|
inline |
Definition at line 26 of file physxTriggerReport.I.
| void PhysxTriggerReport::disable | ( | ) |
Definition at line 34 of file physxTriggerReport.cxx.
| void PhysxTriggerReport::enable | ( | ) |
Definition at line 25 of file physxTriggerReport.cxx.
| bool PhysxTriggerReport::is_enabled | ( | ) | const |
Definition at line 43 of file physxTriggerReport.cxx.
| void PhysxTriggerReport::onTrigger | ( | NxShape & | triggerShape, |
| NxShape & | otherShape, | ||
| NxTriggerFlag | status ) |
Definition at line 52 of file physxTriggerReport.cxx.