C# Класс Coimbra.Editor.ManagedFieldDrawer

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

Открытые методы

Метод Описание
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