Class SampleSettingsEditor
Simple custom editor used to show how to enable custom UI for XR Management configuraton data.
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Samples
Syntax
[CustomEditor(typeof(SampleSettings))]
public class SampleSettingsEditor : Editor, IPreviewable, IToolModeOwner
Methods
OnInspectorGUI()
Override of Editor callback.
Declaration
public override void OnInspectorGUI()