Méthode | Description | |
---|---|---|
GetText ( string p_strTitle, string p_strInitialValue ) : string |
Displays text editor, and returns the entered text.
|
|
ModScriptUIUtil ( IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo, |
A simple constructor that initializes the object with the given values.
|
|
ShowImage ( Image p_imgImage, string p_strTitle ) : void |
Displays the given image.
|
|
ShowText ( string p_strTitle, string p_strInitialValue ) : void |
Displays text.
|
Méthode | Description | |
---|---|---|
ShowImageViewer ( Image p_imgImage, string p_strTitle ) : void |
Displays the given image. This method is called by the SynchronizationContext so that the image viewer is created and displayed on the UI thread. |
public GetText ( string p_strTitle, string p_strInitialValue ) : string | ||
p_strTitle | string | The title of the editor. |
p_strInitialValue | string | The initial value of the editor. |
Résultat | string |
public ModScriptUIUtil ( IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo, |
||
p_gmdGameMode | IGameMode | The current game mode. |
p_eifEnvironmentInfo | IEnvironmentInfo | The application's envrionment info. |
p_scxSyncContext | The synchronization context to use to marshall calls to the UI thread. | |
Résultat | System.Threading |
public ShowImage ( Image p_imgImage, string p_strTitle ) : void | ||
p_imgImage | Image | The image to display. |
p_strTitle | string | The title to display in the image viewer. |
Résultat | void |
public ShowText ( string p_strTitle, string p_strInitialValue ) : void | ||
p_strTitle | string | The title of the editor. |
p_strInitialValue | string | The initial value of the editor. |
Résultat | void |