Cogs.Core
Public Attributes | List of all members
Cogs::Core::ScreenSizeData Struct Reference

Public Attributes

std::vector< Cogs::ComponentModel::Entity * > children = {}
 
std::vector< Cogs::Geometry::BoundingBox > childWorldBoundingBoxes = {}
 
float currentSize = std::numeric_limits<float>::max()
 
bool transformUpdateRequired = false
 

Detailed Description

Definition at line 17 of file ScreenSizeSystem.h.

Member Data Documentation

◆ children

std::vector<Cogs::ComponentModel::Entity*> Cogs::Core::ScreenSizeData::children = {}

Definition at line 19 of file ScreenSizeSystem.h.

◆ childWorldBoundingBoxes

std::vector<Cogs::Geometry::BoundingBox> Cogs::Core::ScreenSizeData::childWorldBoundingBoxes = {}

Definition at line 20 of file ScreenSizeSystem.h.

◆ currentSize

float Cogs::Core::ScreenSizeData::currentSize = std::numeric_limits<float>::max()

Definition at line 21 of file ScreenSizeSystem.h.

◆ transformUpdateRequired

bool Cogs::Core::ScreenSizeData::transformUpdateRequired = false

Definition at line 22 of file ScreenSizeSystem.h.


The documentation for this struct was generated from the following file: