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

Inheritance: UnityEditor.PropertyDrawer
Afficher le fichier Open project: mortennobel/A-Study-in-Composition

Méthodes publiques

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

Method Details

GetPropertyHeight() public méthode

public GetPropertyHeight ( UnityEditor.SerializedProperty property, GUIContent label ) : float
property UnityEditor.SerializedProperty
label GUIContent
Résultat float

OnGUI() public méthode

public OnGUI ( Rect positionOld, UnityEditor.SerializedProperty property, GUIContent label ) : void
positionOld Rect
property UnityEditor.SerializedProperty
label GUIContent
Résultat void