C# Class Reaktion.ConstantMotionElementDrawer

Inheritance: UnityEditor.PropertyDrawer
Afficher le fichier Open project: keijiro/KinoGlitch

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
GetExpansionLevel ( UnityEditor.SerializedProperty property ) : int

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