|
static void | Begin (float width, float height) |
| Resize all future GUI calls to fit within fixed dimensions. More...
|
|
static void | End () |
| Stop resizing the GUI. All future GUI calls will work as normal. More...
|
|
static void | Push () |
|
static void | Pop () |
|
static void | Translate (float x, float y) |
|
static void | Rotate (float a) |
|
static void | Scale (float s) |
|
static void UniExtensions.GUIX.Begin |
( |
float |
width, |
|
|
float |
height |
|
) |
| |
|
inlinestatic |
Resize all future GUI calls to fit within fixed dimensions.
- Parameters
-
width | A System.Single |
height | A System.Single |
static void UniExtensions.GUIX.End |
( |
| ) |
|
|
inlinestatic |
Stop resizing the GUI. All future GUI calls will work as normal.
static void UniExtensions.GUIX.Pop |
( |
| ) |
|
|
inlinestatic |
static void UniExtensions.GUIX.Push |
( |
| ) |
|
|
inlinestatic |
static void UniExtensions.GUIX.Rotate |
( |
float |
a | ) |
|
|
inlinestatic |
static void UniExtensions.GUIX.Scale |
( |
float |
s | ) |
|
|
inlinestatic |
static void UniExtensions.GUIX.Translate |
( |
float |
x, |
|
|
float |
y |
|
) |
| |
|
inlinestatic |
Vector3 UniExtensions.GUIX.guiOffset = Vector3.zero |
|
static |
float UniExtensions.GUIX.AdjustedScale |
|
staticget |
Vector2 UniExtensions.GUIX.Offset |
|
staticget |
The documentation for this class was generated from the following file: