Свойство | Тип | Описание | |
---|---|---|---|
panels | CustomArrayList |
||
previewTextureSize | Vector2 |
Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
DoLayout ( ) : void | ||
Draw ( |
||
GetDepth ( ) : int |
Override the XNADialog GetDepth() function to be a fraction lower.
|
|
GetSelectedMap ( ) : String |
Gets the currently selected map.
|
|
GetSelectedMapEntry ( ) : |
Gets the currently selected map entry.
|
|
LoadMapNames ( ) : CustomArrayList |
Loads the mapnames from disk.
|
|
MapSelectionPanel ( |
||
OnMapSelectionChanged ( |
Called when the map selection has changed.
|
|
OnOKClick ( |
Called when the OK button was pressed.
|
|
Unload ( ) : void |
public Draw ( |
||
sb | ||
Результат | void |
public GetSelectedMapEntry ( ) : |
||
Результат |
public MapSelectionPanel ( |
||
previewPanel | ||
selectedMapName | String | |
Результат | System |
public OnMapSelectionChanged ( |
||
newSelection | ||
Результат | void |
public OnOKClick ( |
||
source | The XNA Button | |
Результат | void |