PxActor_getScene

Function PxActor_getScene 

Source
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.