C# Class Borodar.RainbowFolders.Editor.Settings.FolderTagDrawer

Inheritance: UnityEditor.PropertyDrawer
Afficher le fichier Open project: PhannGor/unity3d-rainbow-folders

Méthodes publiques

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

Method Details

GetPropertyHeight() public méthode

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

OnGUI() public méthode

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