C# 클래스 FSO.Client.UI.Framework.UIExternalContainer

상속: UIContainer
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

Draw() 공개 메소드

public Draw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void
batch FSO.Client.UI.Framework.UISpriteBatch
리턴 void

PreDraw() 공개 메소드

public PreDraw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void
batch FSO.Client.UI.Framework.UISpriteBatch
리턴 void

UIExternalContainer() 공개 메소드

public UIExternalContainer ( int width, int height ) : System
width int
height int
리턴 System

Update() 공개 메소드

public Update ( UpdateState state ) : void
state FSO.Common.Rendering.Framework.Model.UpdateState
리턴 void

WidthHeightChange() 공개 메소드

public WidthHeightChange ( int width, int height ) : void
width int
height int
리턴 void

프로퍼티 상세

HasFocus 공개적으로 프로퍼티

public bool HasFocus
리턴 bool

HasUpdated 공개적으로 프로퍼티

public bool HasUpdated
리턴 bool

RawImage 공개적으로 프로퍼티

public byte[] RawImage
리턴 byte[]

mouse 공개적으로 프로퍼티

public MouseState,Microsoft.Xna.Framework.Input mouse
리턴 Microsoft.Xna.Framework.Input.MouseState