Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OnGUI(Rect)

A callback used for drawing the GUI controls of the SceneViewCameraWindow window.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public override void OnGUI(Rect rect)

Parameters

rect

The rectangle where the GUI controls are drawn.