Class GraphicUtils
Inheritance
System.Object
GraphicUtils
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LLBML
Assembly: LLBModdingLib.dll
Syntax
public static class GraphicUtils
Methods
DrawRect(Rect, Color)
Declaration
public static void DrawRect(Rect position, Color color)
Parameters
| Type | Name | Description |
|---|---|---|
| UnityEngine.Rect | position | |
| UnityEngine.Color | color |
DrawRectWithContent(Rect, Color, GUIContent)
Declaration
public static void DrawRectWithContent(Rect position, Color color, GUIContent content)
Parameters
| Type | Name | Description |
|---|---|---|
| UnityEngine.Rect | position | |
| UnityEngine.Color | color | |
| UnityEngine.GUIContent | content |