C# 클래스 XnaGUILib.XGLabeledSlider

상속: XGControl
파일 보기 프로젝트 열기: GalacticSoft/Azmyth 1 사용 예제들

공개 메소드들

메소드 설명
Update ( GameTime gameTime ) : void
XGLabeledSlider ( Rectangle rect, int labelWidth, string text, int valueLabelWidth, float value, float min, float max ) : System

메소드 상세

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

XGLabeledSlider() 공개 메소드

public XGLabeledSlider ( Rectangle rect, int labelWidth, string text, int valueLabelWidth, float value, float min, float max ) : System
rect Microsoft.Xna.Framework.Rectangle
labelWidth int
text string
valueLabelWidth int
value float
min float
max float
리턴 System