C# Class UnityEditor.UI.NavigationDrawer

Inheritance: UnityEditor.PropertyDrawer
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GetNavigationMode ( UnityEditor.SerializedProperty navigation ) : Navigation.Mode

Method Details

GetPropertyHeight() public méthode

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

OnGUI() public méthode

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