Castor3D 0.16.0
Multiplatform 3D engine
Public Member Functions | Public Attributes | List of all members
castor3d::OverlayWords Struct Reference

Contains the words forming the overlay. More...

#include <OverlayModule.hpp>

Public Member Functions

auto & getNext ()
 
auto words () const
 
auto words ()
 

Public Attributes

uint32_t count {}
 
uint32_t pad {}
 
castor::Array< TextWord, MaxTextsContsPerOverlayelems {}
 

Detailed Description

Contains the words forming the overlay.

Member Function Documentation

◆ getNext()

auto & castor3d::OverlayWords::getNext ( )
inline

References count, and elems.

◆ words() [1/2]

auto castor3d::OverlayWords::words ( )
inline

References count, elems, and castor::makeArrayView().

Here is the call graph for this function:

◆ words() [2/2]

auto castor3d::OverlayWords::words ( ) const
inline

References count, elems, and castor::makeArrayView().

Here is the call graph for this function:

Member Data Documentation

◆ count

uint32_t castor3d::OverlayWords::count {}

◆ elems

castor::Array< TextWord, MaxTextsContsPerOverlay > castor3d::OverlayWords::elems {}

Referenced by getNext(), words(), and words().

◆ pad

uint32_t castor3d::OverlayWords::pad {}

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