Class TimeDisplayParams#

Inheritance Relationships#

Base Type#

Class Documentation#

class TimeDisplayParams : public Karana::Models::KModelParams#

Parameters for the TimeDisplay KModel.

Public Functions

TimeDisplayParams(std::string_view name)#

TimeDisplayParams Constructor.

Parameters:

name – - Name of the params.

virtual bool isReady() const final#

Used to ensure the params are ready.

Returns:

true if the params are ready, false otherwise.

Public Members

Karana::Scene::Color color = Karana::Scene::Color::WHITE#

Color of the time text.