ExperimentalDrawer.OnGUI(Rect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unity calls this function to draw the GUI.
public:
override void OnGUI(UnityEngine::Rect position);
public override void OnGUI (UnityEngine.Rect position);
override this.OnGUI : UnityEngine.Rect -> unit
Public Overrides Sub OnGUI (position As Rect)
Parameters
- position
- UnityEngine.Rect
Rectangle to display the GUI in