Example #1
0
        public ElePropGrid(EleBaseRect parent, TextAttrib labelText, int labelSize)
        {
            this.parent    = parent;
            this.labelText = labelText.Clone();

            this.labelText.fontSize = labelSize;
        }
Example #2
0
 public ElePropGrid(EleBaseRect parent, TextAttrib labelText)
 {
     this.parent    = parent;
     this.labelText = labelText.Clone();
 }