Свойство | Тип | Описание | |
---|---|---|---|
IsVitaboyScreen | bool | ||
Position | Vector2 |
Свойство | Тип | Описание | |
---|---|---|---|
m_SBatch | |||
m_Walker |
Метод | Описание | |
---|---|---|
Draw ( ) : void | ||
GetImage ( string Name, bool Copy = false ) : |
Gets a UIImage instance.
|
|
GetString ( string Name ) : string |
Tries to retrieve a string from this UIScreen's loaded strings.
|
|
OverrideFocus ( |
A new UIElement was clicked on and is ready to receive keyboard input.
|
|
UIScreen ( |
Creates a new UIScreen instance.
|
|
Update ( |
public GetImage ( string Name, bool Copy = false ) : |
||
Name | string | Name of the UIImage instance to get. |
Copy | bool | Should this element be deep copied? |
Результат |
public GetString ( string Name ) : string | ||
Name | string | Name of string to retrieve. |
Результат | string |
public OverrideFocus ( |
||
Element | ||
Результат | void |
public UIScreen ( |
||
Manager | A ScreenManager instance. | |
Name | string | The name of this UIScreen instance. |
SBatch | A SpriteBatch instance. | |
ScreenPosition | Vector2 | Position of this UIScreen instance. |
ScreenSize | Vector2 | Size of this UIScreen instance. |
UIScriptPath | string | Path of script (*.uis) from which to create UI elements. |
Результат | System |
public Update ( |
||
Input | ||
GTime | ||
Результат | void |
protected SpriteBatch,Microsoft.Xna.Framework.Graphics m_SBatch | ||
Результат |