SimApi Physics IsSceneNull
Jump to navigation
Jump to search
static bool SimApi::Physics::IsSceneNull()
Description
Checks if no physical scene was created in the simulation.
Return
Type: bool Description: True, if no scene was created in the simulation.
Remarks
Code Sample
bool isSceneNull = SimApi::Physics::IsSceneNull();
See Also
SimApi Physics