pub unsafe extern "C" fn PxActor_getScene(
    self_: *const PxActor
) -> *mut PxScene
Expand description

Retrieves the scene which this actor belongs to.

Owner Scene. NULL if not part of a scene.