Class MultiSelectPlatformInspector
Inheritance
UnityEditor.GUIDrawer
UnityEditor.PropertyDrawer
MultiSelectPlatformInspector
Inherited Members
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)