Class Draw
Inheritance
System.Object
Draw
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.Graphic
Assembly: LLBModdingLib.dll
Syntax
public static class Draw
Methods
Cube(Vector2f, Vector2f, Color, Single, Draw.Alignment)
Declaration
public static void Cube(Vector2f center, Vector2f size, Color color, float thicc = 4F, Draw.Alignment align = Draw.Alignment.INSIDE)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector2f | center | |
| Vector2f | size | |
| UnityEngine.Color | color | |
| System.Single | thicc | |
| Draw.Alignment | align |
Polygon(Vector2f, Floatf, Color, Int32, Boolean, Single)
Declaration
public static void Polygon(Vector2f center, Floatf radius, Color color, int vertexNumber = 360, bool hollow = false, float thicness = 4F)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector2f | center | |
| Floatf | radius | |
| UnityEngine.Color | color | |
| System.Int32 | vertexNumber | |
| System.Boolean | hollow | |
| System.Single | thicness |