예제 #1
0
    protected bool Button(string text)
    {
        var rect = VA_Helper.Reserve();

        return(GUI.Button(rect, text));
    }