#include <entity.hpp>
Definition at line 220 of file entity.hpp.
◆ BoxColliderComponent() [1/3]
| BoxColliderComponent::BoxColliderComponent |
( |
| ) |
|
|
inline |
◆ BoxColliderComponent() [2/3]
| BoxColliderComponent::BoxColliderComponent |
( |
uint32_t | uid | ) |
|
|
inline |
◆ BoxColliderComponent() [3/3]
| BoxColliderComponent::BoxColliderComponent |
( |
float | x_offset, |
|
|
float | y_offset, |
|
|
float | width, |
|
|
float | height, |
|
|
float | density, |
|
|
float | friction, |
|
|
float | restitution, |
|
|
float | restitution_threshold, |
|
|
uint32_t | uid ) |
|
inline |
◆ m_Density
| float BoxColliderComponent::m_Density =1.0f |
◆ m_Friction
| float BoxColliderComponent::m_Friction =0.0f |
◆ m_Height
| float BoxColliderComponent::m_Height =0.0f |
◆ m_Restitution
| float BoxColliderComponent::m_Restitution =0.0f |
◆ m_RestitutionThreshold
| float BoxColliderComponent::m_RestitutionThreshold =0.5f |
◆ m_RuntimeFixture
| b2Fixture* BoxColliderComponent::m_RuntimeFixture =nullptr |
◆ m_UID
| uint32_t BoxColliderComponent::m_UID |
◆ m_Width
| float BoxColliderComponent::m_Width =0.0f |
◆ m_XOffset
| float BoxColliderComponent::m_XOffset =0.0f |
◆ m_YOffset
| float BoxColliderComponent::m_YOffset =0.0f |
The documentation for this class was generated from the following file: