Exemple #1
0
 void Awake()
 {
     circleCollider = GetComponent <CircleCollider2D>();
     showable       = GetComponent <Showable> ();
 }
Exemple #2
0
 public ShowForType(Showable toShow, Type type)
 {
     ToShow = toShow;
     Type   = type;
 }
Exemple #3
0
 public string Show()
 {
     return(Showable.Show(this));
 }
Exemple #4
0
 void Awake()
 {
     spriteRenderer = GetComponent <SpriteRenderer>();
     showable       = GetComponent <Showable>();
 }