Add the following undocumented event functions to `Editor` derived classes: * [`bool HasFrameBounds()`](https://github.com/Unity-Technologies/UnityCsReference/blob/2019.3/Editor/Mono/SceneView/SceneView.cs#L3405) * [`Bounds OnGetFrameBounds()`](https://github.com/Unity-Technologies/UnityCsReference/blob/2019.3/Editor/Mono/SceneView/SceneView.cs#L3412) * [`void OnPreSceneGUI()`](https://github.com/Unity-Technologies/UnityCsReference/blob/2019.3/Editor/Mono/SceneView/SceneView.cs#L3551) Confirm when they were added, and figure out some help text. Might also be worth checking other usages of `GetMethod` in the reference source.