Class GUIHelpers
Inheritance
System.Object
GUIHelpers
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unity.Entities.Editor
Syntax
public static class GUIHelpers
Methods
GetExpandingRect()
Declaration
public static Rect GetExpandingRect()
Returns
Type | Description |
---|---|
Rect |
ShowCenteredNotification(Rect, String)
Declaration
public static void ShowCenteredNotification(Rect area, string message)
Parameters
Type | Name | Description |
---|---|---|
Rect | area | |
System.String | message |