Class SceneInspector
Inspector for scene assets.
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Unity.Scenes.Editor
Syntax
[CustomEditor(typeof(SceneAsset))]
public class SceneInspector : Editor, IPreviewable, IToolModeOwner
Methods
OnInspectorGUI()
Draw the inspector GUI.
Declaration
public override void OnInspectorGUI()