|
CeresEngine 0.2.0
A game development framework
|
#include <CeresEngine/Physics/World.hpp>
Classes | |
| struct | Accessor |
Public Member Functions | |
| virtual CE_DISABLE_WARNING_MISSING_OVERRIDE ::CeresEngine::ClassInfo | getClassInfo () const noexcept |
| virtual ::CeresEngine::ClassInfo | getClassInfo () noexcept |
Public Member Functions inherited from CeresEngine::Component< PhysicsWorldComponent > | |
| const ComponentType & | getComponentType () const noexcept final |
| Gets the component type. | |
Public Member Functions inherited from CeresEngine::AbstractComponent | |
| virtual | ~AbstractComponent ()=default |
| Defaulted virtual destructor. | |
Static Public Member Functions | |
| template<typename Processor > | |
| static constexpr void | reflect (Processor &&RTTI) |
| Executes the given processor for every field of the struct. | |
Public Attributes | |
| Vector3 | gravity = Vector3(0.0, 0.0, 0.0) |
| The physicsWorld gravity constant. | |
| Any | engineContext |
| A context used by the engine implementation to store data about the physics simulation. | |
Additional Inherited Members | |
Static Public Attributes inherited from CeresEngine::Component< PhysicsWorldComponent > | |
| static const ComponentID | componentID |
| This component type ID. | |
| static const ComponentMask | mask |
| The component mask. | |
| static const ComponentType & | componentType |
| Gets the component type. | |
|
virtualnoexcept |
Reimplemented from CeresEngine::AbstractComponent.
|
virtualnoexcept |
Reimplemented from CeresEngine::AbstractComponent.
|
inlinestaticconstexpr |
Executes the given processor for every field of the struct.
| RTTI | The processor to be ran for every field. |
| Any CeresEngine::PhysicsWorldComponent::engineContext |
A context used by the engine implementation to store data about the physics simulation.
The physicsWorld gravity constant.
If zero, no gravity is applied by the engine.