public HighlightState(Color32 color, TMP_Offset padding) { this.color = color; this.padding = padding; }
public bool Equals(TMP_Offset other) { return(base.Equals(other)); }