C# 클래스 CCReflectorEditor, GGJ2016

상속: UnityEditor.PropertyDrawer
파일 보기 프로젝트 열기: netgrind/GGJ2016

공개 메소드들

메소드 설명
OnGUI ( Rect rect, UnityEditor.SerializedProperty prop, GUIContent label ) : void

비공개 메소드들

메소드 설명
GetArray ( UnityEditor.SerializedProperty field ) : System.Type[]
GetFields ( object o, System type ) : void
GetMatFields ( Material mat, System type ) : void

메소드 상세

OnGUI() 공개 메소드

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