Méthode | Description | |
---|---|---|
Initialize ( ) : void | ||
OnAttach ( IHUD hud ) : void | ||
OnDetach ( ) : void | ||
OnKeyDown ( |
||
OnKeyUp ( |
||
OnLoadLayout ( string>.IDictionary |
||
OnResize ( int width, int height ) : void | ||
OnSaveLayout ( string>.IDictionary |
||
Render ( ) : void | ||
Update ( double delta ) : void |
public OnKeyDown ( |
||
e | ||
Résultat | void |
public OnKeyUp ( |
||
e | ||
Résultat | void |
public OnLoadLayout ( string>.IDictionary |
||
data | string>.IDictionary | |
Résultat | void |
public OnResize ( int width, int height ) : void | ||
width | int | |
height | int | |
Résultat | void |
public OnSaveLayout ( string>.IDictionary |
||
data | string>.IDictionary | |
Résultat | void |