#include <entity.hpp>
Definition at line 199 of file entity.hpp.
◆ BodyType
| Enumerator |
|---|
| Static | |
| Dynamic | |
| Kinematic | |
Definition at line 201 of file entity.hpp.
◆ RigidbodyComponent() [1/3]
| RigidbodyComponent::RigidbodyComponent |
( |
| ) |
|
|
inline |
◆ RigidbodyComponent() [2/3]
| RigidbodyComponent::RigidbodyComponent |
( |
uint32_t | uid | ) |
|
|
inline |
◆ RigidbodyComponent() [3/3]
| RigidbodyComponent::RigidbodyComponent |
( |
BodyType | bodyType, |
|
|
bool | fixedRotation, |
|
|
uint32_t | uid ) |
|
inline |
◆ m_BodyType
◆ m_FixedRotation
| bool RigidbodyComponent::m_FixedRotation =true |
◆ m_RuntimeBody
| b2Body* RigidbodyComponent::m_RuntimeBody =nullptr |
◆ m_UID
| uint32_t RigidbodyComponent::m_UID |
The documentation for this class was generated from the following file: