NewBehaviourScript.Awake C# (CSharp) Method

Awake() private method

private Awake ( ) : void
return void
    void Awake()
    {
        width = Screen.width;
        height = Screen.height;
        windowHeight = height / 2 - 30;
        text = PlayerPrefs.GetString("__Text", "");
		Application.RegisterLogCallbackThreaded (OnLogCallback);
    }
	void OnGUI()