示例#1
0
	void Start(){
		posI = 2;
		gm = GameObject.Find ("GM").GetComponent<GM_Doors> ();
		ovrRig = GetComponent<OVRCameraRig> ();
	}
示例#2
0
文件: Death.cs 项目: MrIThompson/Dino
	void Start(){
		gm = GameObject.Find ("GM").GetComponent<GM_Doors> ();
	}