Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Draw ( GameTime gameTime, |
Draws entire interface
|
|
FrameProcessor ( Game game, string defaultFont ) : System |
Creates view
|
|
Initialize ( ) : void |
Inits view
|
|
SettleControls ( ) : void |
Call this method after UI setup to make things right
|
|
Update ( GameTime gameTime ) : void |
Updates stuff
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
|
|
UpdateUI ( GameTime gameTime, bool suppressLayout = false, bool forceLayout = false ) : void |
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public Draw ( GameTime gameTime, |
||
gameTime | GameTime | |
spriteLayer | ||
Результат | void |
public FrameProcessor ( Game game, string defaultFont ) : System | ||
game | Game | |
defaultFont | string | |
Результат | System |
public Update ( GameTime gameTime ) : void | ||
gameTime | GameTime | |
Результат | void |
protected UpdateUI ( GameTime gameTime, bool suppressLayout = false, bool forceLayout = false ) : void | ||
gameTime | GameTime | |
suppressLayout | bool | |
forceLayout | bool | |
Результат | void |