C# 클래스 Coimbra.Editor.ManagedFieldDrawer

상속: PropertyDrawer
파일 보기 프로젝트 열기: coimbrastudios/framework

공개 메소드들

메소드 설명
DrawGUI ( Rect position, SerializedProperty property, GUIContent label, bool allowSceneObjects ) : void

Draws a ManagedField{T}. Optionally also allow scene objects to be selected.

GetPropertyHeight ( SerializedProperty property, GUIContent label ) : float
OnGUI ( Rect position, SerializedProperty property, GUIContent label ) : void

비공개 메소드들

메소드 설명
DrawSystemDropdown ( Rect position, Type managedType, SerializedProperty systemObject ) : void
DrawUnityField ( Rect position, Type managedType, SerializedProperty systemObject, SerializedProperty unityObject, GUIContent label, bool allowSceneObjects, bool useManagedType ) : void

메소드 상세

DrawGUI() 공개 메소드

Draws a ManagedField{T}. Optionally also allow scene objects to be selected.
public DrawGUI ( Rect position, SerializedProperty property, GUIContent label, bool allowSceneObjects ) : void
position Rect
property SerializedProperty
label GUIContent
allowSceneObjects bool
리턴 void

GetPropertyHeight() 공개 메소드

public GetPropertyHeight ( SerializedProperty property, GUIContent label ) : float
property SerializedProperty
label GUIContent
리턴 float

OnGUI() 공개 메소드

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