struct GUIStyleSheetStateRulesets::RulesetKey

Key used for looking up cached rulesets.

Public

Constructors

RulesetKey

RulesetKey(GUIElementStateFlags stateFlags = GUIElementStateFlag::Normal, u64 inheritedStateId = 0)

Methods

GenerateHash

u64 GenerateHash() const

Fields

StateFlags

GUIElementStateFlags StateFlags

InheritedStateId

u64 InheritedStateId

Operators

operator==

bool operator==(const RulesetKey &other) const