예제 #1
0
 /// <summary>
 /// Start this instance. Set initial layout variables
 /// </summary>
 private void Start()
 {
     yStart         = 0;
     buttonHeight   = 32;
     textareaHeight = Screen.height - buttonHeight;
     zeroOffset     = new RectOffset(0, 0, 0, 0);
     config         = EmofaniConfig.Instance;
     HideAllMenuPanels();
     InitInputs();
 }
예제 #2
0
 /// <summary>
 /// Start this instance. Set initial layout variables
 /// </summary>
 private void Start()
 {
     yStart = 0;
     buttonHeight = 32;
     textareaHeight = Screen.height - buttonHeight;
     zeroOffset = new RectOffset(0, 0, 0, 0);
     config = EmofaniConfig.Instance;
     HideAllMenuPanels();
     InitInputs();
 }