ObjectDescriptor.OnGUI C# (CSharp) Method

OnGUI() public method

public OnGUI ( ) : void
return void
    void OnGUI()
    {
        if (active_GUI) {
        //			Debug.Log (desc);
            GUI.Box (new Rect(Screen.width * .3f, Screen.height * .9f, Screen.width *.4f, 40f), desc.ToString ());
        }
    }