프로퍼티 | 타입 | 설명 | |
---|---|---|---|
HasFocus | bool | ||
HasUpdated | bool | ||
RawImage | byte[] | ||
mouse | Microsoft.Xna.Framework.Input.MouseState |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public PreDraw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void | ||
batch | FSO.Client.UI.Framework.UISpriteBatch | |
리턴 | void |
public UIExternalContainer ( int width, int height ) : System | ||
width | int | |
height | int | |
리턴 | System |
public Update ( UpdateState state ) : void | ||
state | FSO.Common.Rendering.Framework.Model.UpdateState | |
리턴 | void |
public WidthHeightChange ( int width, int height ) : void | ||
width | int | |
height | int | |
리턴 | void |