Property | Type | Description | |
---|---|---|---|
HasFocus | bool | ||
HasUpdated | bool | ||
RawImage | byte[] | ||
mouse | Microsoft.Xna.Framework.Input.MouseState |
Method | Description | |
---|---|---|
Draw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void |
|
|
PreDraw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void | ||
UIExternalContainer ( int width, int height ) : System | ||
Update ( UpdateState state ) : void |
|
|
WidthHeightChange ( int width, int height ) : void |
public Draw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void | ||
batch | FSO.Client.UI.Framework.UISpriteBatch | |
return | void |
public PreDraw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void | ||
batch | FSO.Client.UI.Framework.UISpriteBatch | |
return | void |
public UIExternalContainer ( int width, int height ) : System | ||
width | int | |
height | int | |
return | System |
public Update ( UpdateState state ) : void | ||
state | FSO.Common.Rendering.Framework.Model.UpdateState | |
return | void |
public WidthHeightChange ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |