Property | Type | Description | |
---|---|---|---|
OnMouseEvt | UIMouseEvent |
Method | Description | |
---|---|---|
Draw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void | ||
SetSize ( int width, int height ) : void | ||
UIBlocker ( ) : System | ||
UIBlocker ( int width, int height ) : System |
Method | Description | |
---|---|---|
OnMouse ( UIMouseEventType type, UpdateState state ) : void |
public Draw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void | ||
batch | FSO.Client.UI.Framework.UISpriteBatch | |
return | void |
public SetSize ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public UIBlocker ( int width, int height ) : System | ||
width | int | |
height | int | |
return | System |