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 isFinalized() const final#

Used to ensure the params are finalized.

Returns:

true if the params are finalized, false otherwise.

Public Members

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

Color of the time text.