|
void | updateDimensions () |
|
void | addWidget (Widget newWidget) |
|
void | removeWidget (Widget widget) |
|
void | setWidgetPosition (Widget widget, LayoutPosition newPosition) |
|
void | setLookAtPosition (Vector2 pos) |
|
void | setActiveScreen (Screen s) |
|
Rect | getStatusBarPosition () |
|
void | closeAllWidgets () |
|
|
Vector3 | activeScale = new Vector3 (1.05f, 1.05f, 1.05f) |
|
Vector3 | inactiveScale = new Vector3 (1f, 1f, 1f) |
|
int | statusBarHeight = 60 |
|
|
Rect | sizeOfUIScene [get, set] |
|
Screen | activeScreen [get, set] |
|
Definition at line 39 of file LayoutSystem.cs.
void UI.LayoutSystem.setLookAtPosition |
( |
Vector2 |
pos | ) |
|
|
inline |
Set the position which the camera's center is currently facing
Definition at line 173 of file LayoutSystem.cs.
The documentation for this class was generated from the following file: