コード例 #1
0
ファイル: Finishable.cs プロジェクト: in3orn/MemoryFlow
 void Awake()
 {
     circleCollider = GetComponent <CircleCollider2D>();
     showable       = GetComponent <Showable> ();
 }
コード例 #2
0
ファイル: ClassExplorer.cs プロジェクト: hong1990/gui.cs
 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>();
 }