Property | Type | Description | |
---|---|---|---|
ButtonMap | UIButton>.Dictionary |
Method | Description | |
---|---|---|
CenterAround ( |
||
CenterAround ( |
||
Draw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void | ||
RefreshSize ( ) : void | ||
SetIcon ( Microsoft.Xna.Framework.Graphics.Texture2D img, int width, int height ) : void | ||
UIAlert ( |
Method | Description | |
---|---|---|
CalculateMatrix ( ) : void |
Method | Description | |
---|---|---|
AddButton ( string label, UIAlertButtonType type, bool InternalHandler ) : |
Adds a button to this message box.
|
|
ComputeText ( ) : void | ||
btn_OnButtonClick ( |
public CenterAround ( |
||
element | ||
return | void |
public CenterAround ( |
||
element | ||
offsetX | int | |
offsetY | int | |
return | void |
public Draw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void | ||
batch | FSO.Client.UI.Framework.UISpriteBatch | |
return | void |
public SetIcon ( Microsoft.Xna.Framework.Graphics.Texture2D img, int width, int height ) : void | ||
img | Microsoft.Xna.Framework.Graphics.Texture2D | |
width | int | |
height | int | |
return | void |
public UIAlert ( |
||
options | ||
return | System |