C# Class FullInspector.fiValuePropertyDrawer

Inheritance: UnityEditor.PropertyDrawer
Exibir arquivo Open project: jacobdufault/fullinspector

Public Methods

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

Method Details

GetPropertyHeight() public method

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

GetPropertyType() public method

public GetPropertyType ( UnityEditor.SerializedProperty property ) : Type
property UnityEditor.SerializedProperty
return System.Type

OnGUI() public method

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