C# Класс QuickPool.PoolDrawer

Наследование: UnityEditor.PropertyDrawer
Показать файл Открыть проект

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