Castor3D 0.16.0
Multiplatform 3D engine
|
Contains the lines forming the overlay. More...
#include <OverlayModule.hpp>
Public Member Functions | |
auto & | getNext () |
auto | lines () const |
auto | lines () |
Public Attributes | |
castor::Point2f | maxRange {} |
float | topOffset {} |
uint32_t | count {} |
castor::Array< TextLine, MaxTextsContsPerOverlay > | elems {} |
Contains the lines forming the overlay.
|
inline |
|
inline |
uint32_t castor3d::OverlayLines::count {} |
Referenced by castor3d::TextOverlay::getLineCount(), getNext(), lines(), and lines().
castor::Array< TextLine, MaxTextsContsPerOverlay > castor3d::OverlayLines::elems {} |
castor::Point2f castor3d::OverlayLines::maxRange {} |
float castor3d::OverlayLines::topOffset {} |