C# 클래스 ComponentReferenceDrawer, ugui-mvvm

상속: UnityEditor.PropertyDrawer
파일 보기 프로젝트 열기: jbruening/ugui-mvvm 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
clipboard Component

공개 메소드들

메소드 설명
OnGUI ( Rect position, UnityEditor.SerializedProperty property, GUIContent label ) : void
PropertyField ( Rect position, UnityEditor.SerializedProperty property ) : void

비공개 메소드들

메소드 설명
CopyControlReference ( MenuCommand command ) : void

메소드 상세

OnGUI() 공개 메소드

public OnGUI ( Rect position, UnityEditor.SerializedProperty property, GUIContent label ) : void
position Rect
property UnityEditor.SerializedProperty
label GUIContent
리턴 void

PropertyField() 공개 정적인 메소드

public static PropertyField ( Rect position, UnityEditor.SerializedProperty property ) : void
position Rect
property UnityEditor.SerializedProperty
리턴 void

프로퍼티 상세

clipboard 공개적으로 정적으로 프로퍼티

public static Component clipboard
리턴 Component