C# Class RangedIntDrawer, unity-development-tools

Inheritance: PropertyDrawer
Afficher le fichier Open project: heisarzola/Unity-Development-Tools

Méthodes publiques

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

Method Details

GetPropertyHeight() public méthode

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

OnGUI() public méthode

public OnGUI ( Rect, position, SerializedProperty property, GUIContent, label ) : void
position Rect,
property SerializedProperty
label GUIContent,
Résultat void