Method | Description | |
---|---|---|
BeginLines ( Color color ) : void | ||
ClampedRect ( |
||
DrawBox ( |
||
DrawLine ( Vector3 p1, Vector3 p2 ) : void | ||
EndLines ( ) : void | ||
GetPivotValue ( SpriteAlignment alignment, Vector2 customOffset ) : Vector2 | ||
RoundToInt ( |
||
RoundedRect ( |
public static BeginLines ( Color color ) : void | ||
color | Color | |
return | void |
public static ClampedRect ( |
||
rect | ||
clamp | ||
maintainSize | bool | |
return |
public static DrawBox ( |
||
position | ||
return | void |
public static DrawLine ( Vector3 p1, Vector3 p2 ) : void | ||
p1 | Vector3 | |
p2 | Vector3 | |
return | void |
public static GetPivotValue ( SpriteAlignment alignment, Vector2 customOffset ) : Vector2 | ||
alignment | SpriteAlignment | |
customOffset | Vector2 | |
return | Vector2 |
public static RoundToInt ( |
||
r | ||
return |
public static RoundedRect ( |
||
rect | ||
return |