Class PasswordEditor
Inheritance
UnityEditor.GUIDrawer
    UnityEditor.PropertyDrawer
    
    PasswordEditor
  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(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)