C# 클래스 FSO.Client.UI.Controls.UIButton

A drawable, clickable button that is part of the GUI.
상속: FSO.Client.UI.Framework.UIElement
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
StandardButton Microsoft.Xna.Framework.Graphics.Texture2D

Private Properties

프로퍼티 타입 설명
CalculateAutoSize void
CalculateState void
OnMouseEvent void
UIButton System

공개 메소드들

메소드 설명
Draw ( FSO.Client.UI.Framework.UISpriteBatch SBatch ) : void
GetBounds ( ) : Rectangle
UIButton ( Microsoft.Xna.Framework.Graphics.Texture2D Texture ) : System

비공개 메소드들

메소드 설명
CalculateAutoSize ( ) : void
CalculateState ( ) : void
OnMouseEvent ( UIMouseEventType type, UpdateState state ) : void
UIButton ( ) : System

메소드 상세

Draw() 공개 메소드

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

GetBounds() 공개 메소드

public GetBounds ( ) : Rectangle
리턴 Microsoft.Xna.Framework.Rectangle

UIButton() 공개 메소드

public UIButton ( Microsoft.Xna.Framework.Graphics.Texture2D Texture ) : System
Texture Microsoft.Xna.Framework.Graphics.Texture2D
리턴 System

프로퍼티 상세

StandardButton 공개적으로 정적으로 프로퍼티

public static Texture2D,Microsoft.Xna.Framework.Graphics StandardButton
리턴 Microsoft.Xna.Framework.Graphics.Texture2D