C# Class CCReflectorEditor, GGJ2016

Inheritance: UnityEditor.PropertyDrawer
Afficher le fichier Open project: netgrind/GGJ2016

Méthodes publiques

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

Private Methods

Méthode Description
GetArray ( UnityEditor.SerializedProperty field ) : System.Type[]
GetFields ( object o, System type ) : void
GetMatFields ( Material mat, System type ) : void

Method Details

OnGUI() public méthode

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