$Physics
Public Variables
bool
Informs the physics plugin if it is allowed to use gpu acceleration.
bool
Informs the physics simulation if only a single player exists.
Detailed Description
Public Variables
bool gpuAccelerationAllowed
Informs the physics plugin if it is allowed to use gpu acceleration.
Not all physics implemenations or gpus can support gpu acceleration, this simply informs the plugin if it is allowed to try and use it or not.
bool isSinglePlayer
Informs the physics simulation if only a single player exists.
If true, optimizations will be implemented to better cater to a single player environmnent.