Class EditorGUIProxy
Namespace: Unity.InteractiveTutorials
Syntax
public static class EditorGUIProxy
Properties
contextWidth
Declaration
public static float contextWidth { get; }
Property Value
Type | Description |
---|---|
Single |
Methods
ScrollableTextAreaInternal(Rect, String, ref Vector2, GUIStyle)
Declaration
public static string ScrollableTextAreaInternal(Rect position, string text, ref Vector2 scrollPosition, GUIStyle style)
Parameters
Type | Name | Description |
---|---|---|
Rect | position | |
String | text | |
Vector2 | scrollPosition | |
GUIStyle | style |
Returns
Type | Description |
---|---|
String |