C# Класс UnityPlatformer.CommentDrawer

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

Защищенные свойства (Protected)

Свойство Тип Описание
textHeight float

Private Properties

Свойство Тип Описание

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

Метод Описание
GetPropertyHeight ( UnityEditor.SerializedProperty property, GUIContent label ) : float

Calc height needed, right now is always 20

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

Draw

Описание методов

GetPropertyHeight() публичный Метод

Calc height needed, right now is always 20
public GetPropertyHeight ( UnityEditor.SerializedProperty property, GUIContent label ) : float
property UnityEditor.SerializedProperty
label UnityEngine.GUIContent
Результат float

OnGUI() публичный Метод

Draw
public OnGUI ( Rect position, UnityEditor.SerializedProperty property, GUIContent label ) : void
position UnityEngine.Rect
property UnityEditor.SerializedProperty
label UnityEngine.GUIContent
Результат void

Описание свойств

textHeight защищенное свойство

Default height
protected float textHeight
Результат float