Show / Hide Table of Contents

    Class MultiSelectInspector

    Inheritance
    Object
    UnityEditor.GUIDrawer
    UnityEditor.PropertyDrawer
    GenericPropertyDrawer<MultiSelectBase>
    MultiSelectInspector<MultiSelectBase>
    MultiSelectInspector
    Inherited Members
    MultiSelectInspector<MultiSelectBase>.OnGUI(LayoutController, MultiSelectBase, SerializedProperty, GUIContent)
    MultiSelectInspector<MultiSelectBase>.DrawSelectGUI(LayoutController, MultiSelectBase, GUIContent)
    GenericPropertyDrawer<MultiSelectBase>.OnGUI(Rect, SerializedProperty, GUIContent)
    UnityEditor.PropertyDrawer.CreatePropertyGUI(UnityEditor.SerializedProperty)
    UnityEditor.PropertyDrawer.GetPropertyHeight(UnityEditor.SerializedProperty, UnityEngine.GUIContent)
    UnityEditor.PropertyDrawer.CanCacheInspectorGUI(UnityEditor.SerializedProperty)
    UnityEditor.PropertyDrawer.attribute
    UnityEditor.PropertyDrawer.fieldInfo
    Namespace: QFSW.BA
    Assembly: QFSW.BA.dll
    Syntax
    [CustomPropertyDrawer(typeof(MultiSelectBase), true)]
    public class MultiSelectInspector : MultiSelectInspector<MultiSelectBase>

    Extension Methods

    CollectionExtensions.Yield<T>(T)
    Build Automator 2 by QFSW
    Back to top