C# Class FullInspector.fiValuePropertyDrawer

Inheritance: UnityEditor.PropertyDrawer
Afficher le fichier Open project: jacobdufault/fullinspector

Méthodes publiques

Méthode Description
GetPropertyHeight ( UnityEditor.SerializedProperty property, GUIContent label ) : float
GetPropertyType ( UnityEditor.SerializedProperty property ) : Type
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

GetPropertyType() public méthode

public GetPropertyType ( UnityEditor.SerializedProperty property ) : Type
property UnityEditor.SerializedProperty
Résultat System.Type

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