ScriptableValueListenerEditor Class
Definition
Section titled “Definition”[CustomEditor(typeof(ScriptableValueListener<>), true)]public class ScriptableValueListenerEditor : ScriptableValueListenerBaseEditorInheritance object → UnityEngine.Object → UnityEngine.ScriptableObject → UnityEditor.Editor → ScriptableValueListenerBaseEditor
Methods
Section titled “Methods”OnEnable()
Section titled “OnEnable()”protected virtual void OnEnable()CreateInspectorGUI()
Section titled “CreateInspectorGUI()”Implement this method to make a custom UIElements inspector.
public override VisualElement CreateInspectorGUI()Returns
Section titled “Returns”UnityEngine.UIElements.VisualElement