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