示例#1
0
    void Start()
    {
        textStyle = FontAgent.GetTextStyle();

        newMonRect = new Rect(0f, Screen.height / 4f, Screen.width, Screen.height / 4f);

        vsRect = new Rect(0f, 0f, Screen.width, Screen.height);

        currentMonRect = new Rect(0f, Screen.height * 2f / 4f, Screen.width, Screen.height / 4f);
    }
示例#2
0
 void Start()
 {
     textStyle = FontAgent.GetTextStyle();
     textRect  = new Rect(0f, Screen.height * 2f / 3f, Screen.width, Screen.height / 3f);
 }