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
The rectangle where the GUI controls are drawn.