Esempio n. 1
0
 void OnDestroy()
 {
     Instance = null;
 }
Esempio n. 2
0
 	private void Initialize ()
     {
         innerCamera = CameraInnerScript.Instance;
         initialized = true;
     }
Esempio n. 3
0
 void Awake()
 {
     Instance = this;
     Camera = GetComponent<Camera>();
 }