Esempio n. 1
0
 public void SetTransparency()
 {
     Debug.Log("Transparency set");
     this.Condition = Target.ConditionType.Transparency;
 }
Esempio n. 2
0
 public void SetSize()
 {
     Debug.Log("Size set");
     this.Condition = Target.ConditionType.Size;
 }
Esempio n. 3
0
 public void SetDepth()
 {
     Debug.Log("Depth set");
     this.Condition = Target.ConditionType.Depth;
 }
Esempio n. 4
0
 public void SetColour()
 {
     Debug.Log("Colour set");
     this.Condition = Target.ConditionType.Colour;
 }
Esempio n. 5
0
 public void SetHypercolor()
 {
     Debug.Log("Hypercolor set");
     this.Condition = Target.ConditionType.Hypercolor;
 }