|
|
| RigidBodyComponent (float acc, float maxg) |
| |
| void | init () override |
| |
| void | update (float deltaTime) override |
| |
| std::string | GetComponentName () override |
| |
|
| RigidBodyComponent (float acc, float maxg) |
| |
| void | init () override |
| |
| void | update (float deltaTime) override |
| |
| std::string | GetComponentName () override |
| |
|
virtual void | draw (size_t e_index, PlaneModelRenderer &batch, TazGraphEngine::Window &window) |
| |
|
virtual void | draw (size_t e_index, LineRenderer &batch, TazGraphEngine::Window &window) |
| |
|
virtual void | draw (size_t e_index, PlaneColorRenderer &batch, TazGraphEngine::Window &window) |
| |
|
virtual void | draw (size_t e_index, LightRenderer &batch, TazGraphEngine::Window &window) |
| |
|
virtual void | showGUI (std::vector< BaseComponent * > otherComponents={}) |
| |
|
virtual void | showGUI (std::vector< BaseComponent * > otherComponents, std::vector< Entity * > otherEntities) |
| |
|
|
float | GravityForce = 1.0f |
| |
|
float | accelGravity = 0.045f |
| |
|
float | maxGravity = 3.f |
| |
|
bool | onGround = false |
| |
|
bool | justjumped = false |
| |
|
Entity * | entity = nullptr |
| |
|
bool | modifyPosition = false |
| |
|
ComponentID | id = 0u |
| |
◆ GetComponentName() [1/2]
| std::string RigidBodyComponent::GetComponentName |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetComponentName() [2/2]
| std::string RigidBodyComponent::GetComponentName |
( |
| ) |
|
|
inlineoverridevirtual |
◆ init() [1/2]
| void RigidBodyComponent::init |
( |
| ) |
|
|
inlineoverridevirtual |
◆ init() [2/2]
| void RigidBodyComponent::init |
( |
| ) |
|
|
inlineoverridevirtual |
◆ update() [1/2]
| void RigidBodyComponent::update |
( |
float |
deltaTime | ) |
|
|
inlineoverridevirtual |
◆ update() [2/2]
| void RigidBodyComponent::update |
( |
float |
deltaTime | ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following files:
- /mnt/c/Users/lefte/Mujin/MastersThesis/Taz/TazGraph/build/AppDir/TazGraphEngine/src/GECS/Components/Empty/Util/RigidBodyComponent.h
- /mnt/c/Users/lefte/Mujin/MastersThesis/Taz/TazGraph/TazGraphEngine/src/GECS/Components/Empty/Util/RigidBodyComponent.h