C# Class CCReflectorEditor, GGJ2016

Inheritance: UnityEditor.PropertyDrawer
Datei anzeigen Open project: netgrind/GGJ2016

Public Methods

Method Description
OnGUI ( Rect rect, UnityEditor.SerializedProperty prop, GUIContent label ) : void

Private Methods

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

Method Details

OnGUI() public method

public OnGUI ( Rect rect, UnityEditor.SerializedProperty prop, GUIContent label ) : void
rect Rect
prop UnityEditor.SerializedProperty
label GUIContent
return void