Method | Description | |
---|---|---|
GetPropertyHeight ( UnityEditor.SerializedProperty property, |
The height of the text area.
|
|
MultilineWithWordWrapPropertyDrawer ( ) : UnityContrib.UnityEngine |
Initializes a new instance of the T:MultilineWithWordWrapPropertyDrawer class.
|
|
OnGUI ( |
Draws the editable property.
|
public GetPropertyHeight ( UnityEditor.SerializedProperty property, |
||
property | UnityEditor.SerializedProperty | /// The SerializedProperty to make the custom GUI for. /// |
label | /// The label of this property. /// | |
return | float |
public MultilineWithWordWrapPropertyDrawer ( ) : UnityContrib.UnityEngine | ||
return | UnityContrib.UnityEngine |
public OnGUI ( |
||
position | /// Rectangle on the screen to use for the property GUI. /// | |
property | UnityEditor.SerializedProperty | /// The SerializedProperty to make the custom GUI for. /// |
label | /// The label of this property. /// | |
return | void |