Ejemplo n.º 1
0
 public HighlightState(Color32 color, TMP_Offset padding)
 {
     this.color   = color;
     this.padding = padding;
 }
Ejemplo n.º 2
0
 public bool Equals(TMP_Offset other)
 {
     return(base.Equals(other));
 }