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

Retrieves the aggregate the actor might be a part of.

The aggregate the actor is a part of, or NULL if the actor does not belong to an aggregate.