Cogs.Core
|
Public Attributes | |
std::vector< Cogs::ComponentModel::Entity * > | children = {} |
std::vector< Cogs::Geometry::BoundingBox > | childWorldBoundingBoxes = {} |
float | currentSize = std::numeric_limits<float>::max() |
bool | transformUpdateRequired = false |
Definition at line 17 of file ScreenSizeSystem.h.
std::vector<Cogs::ComponentModel::Entity*> Cogs::Core::ScreenSizeData::children = {} |
Definition at line 19 of file ScreenSizeSystem.h.
std::vector<Cogs::Geometry::BoundingBox> Cogs::Core::ScreenSizeData::childWorldBoundingBoxes = {} |
Definition at line 20 of file ScreenSizeSystem.h.
float Cogs::Core::ScreenSizeData::currentSize = std::numeric_limits<float>::max() |
Definition at line 21 of file ScreenSizeSystem.h.
bool Cogs::Core::ScreenSizeData::transformUpdateRequired = false |
Definition at line 22 of file ScreenSizeSystem.h.