Beamable SDK
|
Class that describes BUSS selectors weight
idCount | Amount of ids |
classCount | Amount of classes, attributes and pseudo-classes |
elementCount | Amount of elements and pseudo-elements |
Public Member Functions | |
SelectorWeight (int idCount, int classCount, int elementCount) | |
int | CompareTo (SelectorWeight other) |
Static Public Member Functions | |
static SelectorWeight | operator+ (SelectorWeight x, SelectorWeight y) |
Static Public Attributes | |
static readonly SelectorWeight | Max = new SelectorWeight(int.MaxValue, int.MaxValue, int.MaxValue) |
static readonly SelectorWeight | Min = new SelectorWeight(int.MinValue, int.MinValue, int.MinValue) |
Properties | |
int | IdCount [get] |
int | ClassCount [get] |
int | ElementCount [get] |
Class that describes BUSS selectors weight
idCount | Amount of ids |
classCount | Amount of classes, attributes and pseudo-classes |
elementCount | Amount of elements and pseudo-elements |