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

상속: FSO.Client.UI.Framework.UIElement
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AllowDecimals bool

Private Properties

프로퍼티 타입 설명
CalculateButtonPosition Vector2
CalculateLayout UISliderLayout
OnThumbClick void

공개 메소드들

메소드 설명
AttachButtons ( UIButton decrease, UIButton increase, int change ) : UISliderButtonHandler
Draw ( UISpriteBatch batch ) : void
SetSize ( float width, float height ) : void

UISlider ( ) : System
Update ( UpdateState state ) : void

보호된 메소드들

메소드 설명
CalculateMatrix ( ) : void

비공개 메소드들

메소드 설명
CalculateButtonPosition ( UISliderLayout layout ) : Vector2
CalculateLayout ( ) : UISliderLayout
OnThumbClick ( UIMouseEventType type, UpdateState state ) : void

메소드 상세

AttachButtons() 공개 메소드

public AttachButtons ( UIButton decrease, UIButton increase, int change ) : UISliderButtonHandler
decrease UIButton
increase UIButton
change int
리턴 UISliderButtonHandler

CalculateMatrix() 보호된 메소드

protected CalculateMatrix ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( UISpriteBatch batch ) : void
batch UISpriteBatch
리턴 void

SetSize() 공개 메소드

public SetSize ( float width, float height ) : void
width float
height float
리턴 void

UISlider() 공개 메소드

public UISlider ( ) : System
리턴 System

Update() 공개 메소드

public Update ( UpdateState state ) : void
state UpdateState
리턴 void

프로퍼티 상세

AllowDecimals 공개적으로 프로퍼티

public bool AllowDecimals
리턴 bool