Esempio n. 1
0
 public TimeKeeperButton(TimeWizard owner, float timeValue, Texture2D image)
 {
     this.timeKeeper = owner;
     this.timeValue  = timeValue;
     content         = new GUIContent(image);
 }
Esempio n. 2
0
 public TimeKeeperButton(TimeWizard owner, float timeValue, string title)
 {
     this.timeKeeper = owner;
     this.timeValue  = timeValue;
     content         = new GUIContent(title);
 }