C# Класс UnityContrib.UnityEditor.MultilineWithWordWrapPropertyDrawer

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

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

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

The height of the text area.

MultilineWithWordWrapPropertyDrawer ( ) : UnityContrib.UnityEngine

Initializes a new instance of the T:MultilineWithWordWrapPropertyDrawer class.

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

Draws the editable property.

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

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

The height of the text area.
public GetPropertyHeight ( UnityEditor.SerializedProperty property, GUIContent label ) : float
property UnityEditor.SerializedProperty /// The SerializedProperty to make the custom GUI for. ///
label UnityEngine.GUIContent /// The label of this property. ///
Результат float

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

Initializes a new instance of the T:MultilineWithWordWrapPropertyDrawer class.
public MultilineWithWordWrapPropertyDrawer ( ) : UnityContrib.UnityEngine
Результат UnityContrib.UnityEngine

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

Draws the editable property.
public OnGUI ( Rect position, UnityEditor.SerializedProperty property, GUIContent label ) : void
position UnityEngine.Rect /// Rectangle on the screen to use for the property GUI. ///
property UnityEditor.SerializedProperty /// The SerializedProperty to make the custom GUI for. ///
label UnityEngine.GUIContent /// The label of this property. ///
Результат void