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