C# Class SpineSkinDrawer, crawler

Inheritance: UnityEditor.PropertyDrawer
Afficher le fichier Open project: r-lyeh/crawler Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
HandleSelect ( object val ) : void
Selector ( UnityEditor.SerializedProperty property ) : 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 position, UnityEditor.SerializedProperty property, GUIContent label ) : void
position Rect
property UnityEditor.SerializedProperty
label GUIContent
Résultat void