C# Class MinMaxRangeDraw, A-Study-in-Composition

Inheritance: UnityEditor.PropertyDrawer
Mostra file Open project: mortennobel/A-Study-in-Composition

Public Methods

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

Method Details

GetPropertyHeight() public method

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

OnGUI() public method

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