Show / Hide Table of Contents

    Class PasswordEditor

    Inheritance
    Object
    UnityEditor.GUIDrawer
    UnityEditor.PropertyDrawer
    GenericPropertyDrawer<Password>
    PasswordEditor
    Inherited Members
    GenericPropertyDrawer<Password>.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(Password))]
    public class PasswordEditor : GenericPropertyDrawer<Password>

    Methods

    OnGUI(LayoutController, Password, SerializedProperty, GUIContent)

    Declaration
    protected override void OnGUI(LayoutController layout, Password item, SerializedProperty property, GUIContent label)
    Parameters
    Type Name Description
    QFSW.BA.QGUI.LayoutController layout
    Password item
    UnityEditor.SerializedProperty property
    UnityEngine.GUIContent label
    Overrides
    QFSW.BA.GenericPropertyDrawer<QFSW.BA.Password>.OnGUI(QFSW.BA.QGUI.LayoutController, QFSW.BA.Password, UnityEditor.SerializedProperty, UnityEngine.GUIContent)

    Extension Methods

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