17INLINE PhysxControllersHit::
18PhysxControllersHit(
const NxControllersHit &hit) :
27get_controller()
const {
29 NxController *controllerPtr = _hit.controller;
30 PhysxController *controller = controllerPtr ? (PhysxController *)controllerPtr : nullptr;
41 NxController *otherPtr = _hit.other;
42 PhysxController *other = otherPtr ? (PhysxController *)otherPtr : nullptr;
Abstract base class for character controllers.