class UIText

File location: framework/cauldron/framework/inc/core/uimanager.h

Construction

Return type

Description

UIText ( uint64_t id, const char* text, const bool& enable, bool shown = true, bool sameLine = false )
Constructor. Creates the UI text.
UIText (uint64_t id, const char* text, bool shown = true, bool sameLine = false)
Constructor. Creates the UI text without enabler.

Methods

Return type

Description

void

Build the UI in each UI backend.

Detailed description

Construction

UIText

Copied!

UIText (
    uint64_t id,
    const char* text,
    const bool& enable,
    bool shown = true,
    bool sameLine = false
)

Constructor. Creates the UI text.


UIText

Copied!

UIText (uint64_t id, const char* text, bool shown = true, bool sameLine = false)

Constructor. Creates the UI text without enabler.


Methods

BuildUI

Copied!

virtual void BuildUI ()

Build the UI in each UI backend.