Method | Description | |
---|---|---|
DrawLine ( Texture2D, a_Texture, int x1, int y1, int x2, int y2, Color, a_Color ) : void | ||
DrawRect ( Texture2D, a_Texture, int x, int y, int w, int h, Color, a_Color ) : void | ||
FlipTexture ( Texture2D, original ) : Texture2D, | ||
GetTexturePart ( Texture2D, tex, int x, int y, int w, int h ) : Texture2D, |
public static DrawLine ( Texture2D, a_Texture, int x1, int y1, int x2, int y2, Color, a_Color ) : void | ||
a_Texture | Texture2D, | |
x1 | int | |
y1 | int | |
x2 | int | |
y2 | int | |
a_Color | Color, | |
return | void |
public static DrawRect ( Texture2D, a_Texture, int x, int y, int w, int h, Color, a_Color ) : void | ||
a_Texture | Texture2D, | |
x | int | |
y | int | |
w | int | |
h | int | |
a_Color | Color, | |
return | void |
public static FlipTexture ( Texture2D, original ) : Texture2D, | ||
original | Texture2D, | |
return | Texture2D, |
public static GetTexturePart ( Texture2D, tex, int x, int y, int w, int h ) : Texture2D, | ||
tex | Texture2D, | |
x | int | |
y | int | |
w | int | |
h | int | |
return | Texture2D, |