C# Class UnityEditor.UI.DropdownOptionListDrawer

Inheritance: UnityEditor.PropertyDrawer
Mostrar archivo Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
GetPropertyHeight ( UnityEditor.SerializedProperty property, GUIContent label ) : float
OnGUI ( Rect position, UnityEditor.SerializedProperty property, GUIContent label ) : void

Private Methods

Method Description
DrawHeader ( Rect rect ) : void
DrawOptionData ( Rect rect, int index, bool isActive, bool isFocused ) : void
Init ( UnityEditor.SerializedProperty property ) : void

Method Details

GetPropertyHeight() public method

public GetPropertyHeight ( UnityEditor.SerializedProperty property, GUIContent label ) : float
property UnityEditor.SerializedProperty
label UnityEngine.GUIContent
return float

OnGUI() public method

public OnGUI ( Rect position, UnityEditor.SerializedProperty property, GUIContent label ) : void
position UnityEngine.Rect
property UnityEditor.SerializedProperty
label UnityEngine.GUIContent
return void