Property | Type | Description |
---|
Method | Description | |
---|---|---|
Draw ( System.Vector2 mousePosition ) : void |
The draw.
|
|
LeftButtonDown ( System.Vector2 mousePosition ) : void |
The left button down.
|
|
LeftButtonUp ( ) : void |
The left button up.
|
|
OnOffSlider ( Color onColor, Color offColor, float height, bool enabled ) : System |
Initializes a new instance of the OnOffSlider class.
|
public Draw ( System.Vector2 mousePosition ) : void | ||
mousePosition | System.Vector2 | /// The mouse position. /// |
return | void |
public LeftButtonDown ( System.Vector2 mousePosition ) : void | ||
mousePosition | System.Vector2 | /// The mouse position. /// |
return | void |
public OnOffSlider ( Color onColor, Color offColor, float height, bool enabled ) : System | ||
onColor | Color | /// The on color. /// |
offColor | Color | /// The off color. /// |
height | float | /// The height. /// |
enabled | bool | /// The enabled. /// |
return | System |