Beamable SDK
Public Member Functions | Static Public Member Functions | Static Public Attributes | Properties | List of all members
Beamable.UI.Buss.SelectorWeight Struct Reference

Class that describes BUSS selectors weight

Parameters
idCountAmount of ids
classCountAmount of classes, attributes and pseudo-classes
elementCountAmount of elements and pseudo-elements
More...

Inheritance diagram for Beamable.UI.Buss.SelectorWeight:
Inheritance graph
[legend]
Collaboration diagram for Beamable.UI.Buss.SelectorWeight:
Collaboration graph
[legend]

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]
 

Detailed Description

Class that describes BUSS selectors weight

Parameters
idCountAmount of ids
classCountAmount of classes, attributes and pseudo-classes
elementCountAmount of elements and pseudo-elements

The documentation for this struct was generated from the following file: