#include <CeresEngine/Physics/Jolt/JoltPhysicsSystem.hpp>
◆ JoltPhysicsSystem()
| CeresEngine::JoltPhysicsSystem::JoltPhysicsSystem |
( |
| ) |
|
◆ ~JoltPhysicsSystem()
| CeresEngine::JoltPhysicsSystem::~JoltPhysicsSystem |
( |
| ) |
|
|
finalnoexcept |
◆ act()
◆ didAdd() [1/4]
A notification dispatched by the SystemManager to a system.
This notification is dispatched once a new entity matching the EO criteria is created (either by creating it or by adding all components required).
- Parameters
-
◆ didAdd() [2/4]
A notification dispatched by the SystemManager to a system.
This notification is dispatched once a new entity matching the EO criteria is created (either by creating it or by adding all components required).
- Parameters
-
◆ didAdd() [3/4]
A notification dispatched by the SystemManager to a system.
This notification is dispatched once a new entity matching the EO criteria is created (either by creating it or by adding all components required).
- Parameters
-
◆ didAdd() [4/4]
A notification dispatched by the SystemManager to a system.
This notification is dispatched once a new entity matching the EO criteria is created (either by creating it or by adding all components required).
- Parameters
-
◆ didRemove() [1/4]
A notification dispatched by the SystemManager to a system.
This notification is dispatched once an entity that previously matched the EO criteria is destroyed (either by destroying it or by removing one of the required components).
- Parameters
-
◆ didRemove() [2/4]
A notification dispatched by the SystemManager to a system.
This notification is dispatched once an entity that previously matched the EO criteria is destroyed (either by destroying it or by removing one of the required components).
- Parameters
-
◆ didRemove() [3/4]
A notification dispatched by the SystemManager to a system.
This notification is dispatched once an entity that previously matched the EO criteria is destroyed (either by destroying it or by removing one of the required components).
- Parameters
-
◆ didRemove() [4/4]
A notification dispatched by the SystemManager to a system.
This notification is dispatched once an entity that previously matched the EO criteria is destroyed (either by destroying it or by removing one of the required components).
- Parameters
-
◆ update()
| void CeresEngine::JoltPhysicsSystem::update |
( |
double |
time | ) |
|
|
final |
Updates the system.
- Parameters
-
| time | The amount of time elapsed since the last update |
| UPtr<Pimpl> CeresEngine::JoltPhysicsSystem::m |
|
private |
The documentation for this class was generated from the following file: