API Documentation
|
#include <ViewportLayout.h>
Public Member Functions | |
ViewportLayout () | |
ViewportLayout (ViewportLayoutTheme new_theme) | |
void | createDefaultOrthoAnimations (const TimeSpan &span) |
void | setViewportTheme (ViewportLayoutTheme new_theme) |
uint04 | themeCameraCount () const |
bool | operator== (const ViewportLayout &layout) const |
bool | operator!= (const ViewportLayout &layout) const |
Public Attributes | |
Buffer< ViewportFormat > | cameras |
Buffer< ViewportFormat > | floating_cameras |
Buffer< ViewportFormat > | hidden_cameras |
ViewportLayoutTheme | theme |
UUID | id |
ViewportLayout | ( | ) |
ViewportLayout | ( | ViewportLayoutTheme | new_theme | ) |
void createDefaultOrthoAnimations | ( | const TimeSpan & | span | ) |
bool operator!= | ( | const ViewportLayout & | layout | ) | const |
bool operator== | ( | const ViewportLayout & | layout | ) | const |
void setViewportTheme | ( | ViewportLayoutTheme | new_theme | ) |
uint04 themeCameraCount | ( | ) | const |
Buffer<ViewportFormat> cameras |
Buffer<ViewportFormat> floating_cameras |
Buffer<ViewportFormat> hidden_cameras |
UUID id |
ViewportLayoutTheme theme |