Phyzix
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Scene Class Reference

Public Member Functions

void resizeDrawables (size_t newCapacity)
 
 Scene (uint16_t x_size, uint16_t y_size)
 
void addDrawable (Drawable *drawable)
 
void removeDrawable (Drawable *drawable)
 
void forEachDrawable (void(*func)(Drawable *))
 

Public Attributes

uint16_t x_size
 
uint16_t y_size
 
Drawable ** drawables = nullptr
 
size_t drawableCount = 0
 
size_t drawableCapacity = 0
 
Boundaries boundaries
 

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