Class VVMWEditorBase
public abstract class VVMWEditorBase : Editor
- Inheritance
-
VVMWEditorBase
- Derived
-
Fields
controllableTypes
protected static readonly Dictionary<Type, (FieldInfo fieldInfo, Type editorType)> controllableTypes
Field Value
- Dictionary<Type, (FieldInfo fieldInfo, Type editorType)>
editorTypes
protected static readonly Dictionary<Type, Type> editorTypes
Field Value
- Dictionary<Type, Type>
i18n
protected static EditorI18N i18n
Field Value
- EditorI18N
Methods
DrawBanner()
protected static void DrawBanner()
DrawEmbeddedInspectorGUI()
public virtual void DrawEmbeddedInspectorGUI()
DrawInspectorGUI()
public virtual void DrawInspectorGUI()
GetFirstVizVidComponent(out IVizVidCompoonent)
protected bool GetFirstVizVidComponent(out IVizVidCompoonent firstComponent)
Parameters
firstComponent IVizVidCompoonent
Returns
- bool
HorizontalLine()
public static void HorizontalLine()
OnDisable()
protected virtual void OnDisable()
OnEnable()
protected virtual void OnEnable()
OnInspectorGUI()
public override void OnInspectorGUI()
UpdateTitle(GUIContent, string, bool)
public static void UpdateTitle(GUIContent titleContent, string languageKey, bool unsaved = false)
Parameters
titleContent GUIContent
languageKey string
unsaved bool