SceneView class reference

Hi,

I’ve seen a class called “SceneView” used in several posts to UnityAnswers, but I can’t for the life of me find it in the Scripting Reference on the Unity site.

A few examples of it being used include:

SceneView.lastActiveSceneView.Repaint();

and

SceneView.onSceneGUIDelegate += this.OnSceneGUI;

Does anyone know where I could find more documentation on this class? I’ve spent the last hour trying to get Google to point me in the right direction with no luck.

Thanks,
Rick

SceneView is technically internal only, so it’s not documented.