Show / Hide Table of Contents

    Class MultiSelectPlatformInspector

    Inheritance
    Object
    UnityEditor.GUIDrawer
    UnityEditor.PropertyDrawer
    GenericPropertyDrawer<MultiSelectPlatform>
    MultiSelectInspector<MultiSelectPlatform>
    MultiSelectPlatformInspector
    Inherited Members
    MultiSelectInspector<MultiSelectPlatform>.OnGUI(LayoutController, MultiSelectPlatform, SerializedProperty, GUIContent)
    GenericPropertyDrawer<MultiSelectPlatform>.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(MultiSelectPlatform))]
    public class MultiSelectPlatformInspector : MultiSelectInspector<MultiSelectPlatform>

    Methods

    DrawSelectGUI(LayoutController, MultiSelectPlatform, GUIContent)

    Declaration
    protected override void DrawSelectGUI(LayoutController layout, MultiSelectPlatform multiSelect, GUIContent label)
    Parameters
    Type Name Description
    QFSW.BA.QGUI.LayoutController layout
    MultiSelectPlatform multiSelect
    UnityEngine.GUIContent label
    Overrides
    QFSW.BA.MultiSelectInspector<QFSW.BA.MultiSelectPlatform>.DrawSelectGUI(QFSW.BA.QGUI.LayoutController, QFSW.BA.MultiSelectPlatform, UnityEngine.GUIContent)

    Extension Methods

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