![]() |
Pioneer
|
#include <Sfx.h>

Public Member Functions | |
| Sfx ()=delete | |
| Sfx (const vector3d &pos, const vector3d &vel, const float speed, const SFX_TYPE type) | |
| Sfx (const Json &jsonObj) | |
| const vector3d & | GetPosition () const |
| float | AgeBlend () const |
| void | SetPosition (const vector3d &p) |
| void | TimeStepUpdate (const float timeStep) |
| void | SaveToJson (Json &jsonObj) |
Public Attributes | |
| vector3d | m_pos |
| vector3d | m_vel |
| float | m_age |
| float | m_speed |
| enum SFX_TYPE | m_type |
|
delete |
| Sfx::Sfx | ( | const Json & | jsonObj | ) |
| float Sfx::AgeBlend | ( | ) | const |
|
inline |
| void Sfx::SaveToJson | ( | Json & | jsonObj | ) |
| void Sfx::SetPosition | ( | const vector3d & | p | ) |
| void Sfx::TimeStepUpdate | ( | const float | timeStep | ) |
| float Sfx::m_age |
| vector3d Sfx::m_pos |
| float Sfx::m_speed |
| enum SFX_TYPE Sfx::m_type |
| vector3d Sfx::m_vel |