Exemple #1
0
 public PopupButton(string text, float width, RunIDFunctionInt function, int ID)
 {
     buttonText    = text;
     buttonWidth   = width;
     IDfunctionInt = function;
     buttonIDInt   = ID;
     //setupGUIStyle();
 }
Exemple #2
0
 public PopupButton(string text, float width, RunIDFunctionInt function, int ID)
 {
     buttonText = text;
     buttonWidth = width;
     IDfunctionInt = function;
     buttonIDInt = ID;
     //setupGUIStyle();
 }