pub unsafe extern "C" fn PxController_getActor(
    self_: *const PxController
) -> *mut PxRigidDynamic
Expand description

Get the rigid body actor associated with this controller (see PhysX documentation). The behavior upon manually altering this actor is undefined, you should primarily use it for reading const properties.

the actor associated with the controller.