C# 클래스 QuickPool.PoolDrawer

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

Private Properties

프로퍼티 타입 설명
DrawEnumMaskField void
DrawField void
DrawHeader void
GetPoolObject Pool

공개 메소드들

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

비공개 메소드들

메소드 설명
DrawEnumMaskField ( Rect position, UnityEditor.SerializedProperty property, int index, string text ) : void
DrawField ( Rect position, UnityEditor.SerializedProperty property, int index ) : void
DrawHeader ( Rect position, string poolName, UnityEditor.SerializedProperty property ) : void
GetPoolObject ( UnityEditor.SerializedProperty property ) : Pool

메소드 상세

GetPropertyHeight() 공개 메소드

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

OnGUI() 공개 메소드

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