コード例 #1
0
ファイル: Button.cs プロジェクト: taobingxue/BVW
 // Use this for initialization
 void Start()
 {
     _viewer = GameObject.Find ("viewer").GetComponent<MovementViewer> ();
 }
コード例 #2
0
ファイル: ButtonRename.cs プロジェクト: taobingxue/BVW
 // Use this for initialization
 void Start()
 {
     _viewer = GameObject.Find ("viewer").GetComponent<MovementViewer> ();
     Constant.nameFist = "Harsh Light";
 }