Ejemplo n.º 1
0
 void Awake()
 {
     MainCamera = MTools.FindMainCamera();
     if (TextUI == null)
     {
         TextUI = GetComponent <Text>();
     }
     ScreenCenter        = transform.position;
     DefaultScreenCenter = transform.position;
 }
Ejemplo n.º 2
0
 private void OnEnable()
 {
     MainCamera = MTools.FindMainCamera();
     Align();
 }
Ejemplo n.º 3
0
 void Awake()
 {
     MainCamera          = MTools.FindMainCamera();
     ScreenCenter        = transform.position;
     DefaultScreenCenter = transform.position;
 }