This is a helper class storing information needed for the construction of a PhysicsManager. More...
#include <managerconstructioninfo.h>
Public Types | |
enum | ManagerConstructionFlags { PCF_SoftRigidWorld = 1, PCF_LimitlessWorld = 2, PCF_Multithreaded = 4 } |
This is an enum used by the physics manager to determine what internal classes should be used when creating the world. More... | |
Public Member Functions | |
ManagerConstructionInfo () | |
Class constructor. | |
~ManagerConstructionInfo () | |
Class destructor. | |
ManagerConstructionInfo & | operator= (const ManagerConstructionInfo &Other) |
Assignment Operator. More... | |
Public Attributes | |
Vector3 | GeographyLowerBounds |
The lower limits of the worlds AABB. More... | |
Vector3 | GeographyUpperBounds |
The upper limits of the worlds AABB. More... | |
Vector3 | Gravity |
The gravity to set for the world. | |
Whole | MaxProxies |
The maximum number of Actors and Area Effects you expect to have in the world at one time. More... | |
Whole | PhysicsFlags |
The flags to initialize the physics system with. | |
This is a helper class storing information needed for the construction of a PhysicsManager.
Definition at line 51 of file managerconstructioninfo.h.
This is an enum used by the physics manager to determine what internal classes should be used when creating the world.
Definition at line 57 of file managerconstructioninfo.h.
|
inline |
Assignment Operator.
Other | The other PhysicsConstructionInfo to be copied. |
Definition at line 90 of file managerconstructioninfo.h.
Vector3 Mezzanine::Physics::ManagerConstructionInfo::GeographyLowerBounds |
The lower limits of the worlds AABB.
Definition at line 71 of file managerconstructioninfo.h.
Vector3 Mezzanine::Physics::ManagerConstructionInfo::GeographyUpperBounds |
The upper limits of the worlds AABB.
Definition at line 74 of file managerconstructioninfo.h.
Whole Mezzanine::Physics::ManagerConstructionInfo::MaxProxies |
The maximum number of Actors and Area Effects you expect to have in the world at one time.
Definition at line 68 of file managerconstructioninfo.h.