public override void DoAction()
 {
     switcher = SwitcherHDCamera.GetInstance();
     switcher.switchCameraToAR();
 }
示例#2
0
 void Awake()
 {
     _instance = this;
 }
 public override void DoAction()
 {
     switcher = SwitcherHDCamera.GetInstance();
     switcher.switchCameraToAR();
 }
	void Awake() {
		_instance = this;
	}