C# Class UnityEditor.UI.AnimationTriggersDrawer

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

Méthodes publiques

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

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 rect, UnityEditor.SerializedProperty prop, GUIContent label ) : void
rect UnityEngine.Rect
prop UnityEditor.SerializedProperty
label UnityEngine.GUIContent
Résultat void