using System.Collections; using System.Collections.Generic; using UnityEngine; public class FulScreen : MonoBehaviour { // Start is called before the first frame update public void OnOff() { if(Get.o2("FULLSCREEN","Full'")!=null)_G.fullscreen=false; else _G.fullscreen=true; print("Fullscreen===="+_G.fullscreen); } }