Property | Type | Description | |
---|---|---|---|
AllowDecimals | bool |
Property | Type | Description | |
---|---|---|---|
CalculateButtonPosition | Vector2 | ||
CalculateLayout | UISliderLayout | ||
OnThumbClick | void |
Method | Description | |
---|---|---|
AttachButtons ( UIButton decrease, UIButton increase, int change ) : UISliderButtonHandler | ||
Draw ( UISpriteBatch batch ) : void | ||
SetSize ( float width, float height ) : void |
|
|
UISlider ( ) : System | ||
Update ( UpdateState state ) : void |
Method | Description | |
---|---|---|
CalculateMatrix ( ) : void |
Method | Description | |
---|---|---|
CalculateButtonPosition ( UISliderLayout layout ) : Vector2 | ||
CalculateLayout ( ) : UISliderLayout | ||
OnThumbClick ( UIMouseEventType type, UpdateState state ) : void |
public AttachButtons ( UIButton decrease, UIButton increase, int change ) : UISliderButtonHandler | ||
decrease | UIButton | |
increase | UIButton | |
change | int | |
return | UISliderButtonHandler |
public SetSize ( float width, float height ) : void | ||
width | float | |
height | float | |
return | void |