PowerQuest 0.17.3
ISlider Interface Reference

Detailed Description

Gui Slider

    Slider.Volume.Clickable = false;            
    Slider.Volume.Text = "Volume";
    Audio.Volume = Slider.Volume.Ratio;

Inherits IGuiControl.

Properties

string Description [get, set]
 
string Cursor [get, set]
 
string Text [get, set]
 
float Ratio [get, set]
 
string AnimBar [get, set]
 
string AnimBarHover [get, set]
 
string AnimBarClick [get, set]
 
string AnimBarOff [get, set]
 
string AnimHandle [get, set]
 
string AnimHandleHover [get, set]
 
string AnimHandleClick [get, set]
 
string AnimHandleOff [get, set]
 
Color Color [get, set]
 
Color ColorHover [get, set]
 
Color ColorClick [get, set]
 
Color ColorOff [get, set]
 
bool Clickable [get, set]
 
float KeyboardIncrement [get, set]
 
- Properties inherited from IGuiControl
MonoBehaviour Instance [get]
 Access to the actual game object component in the scene. Note that controls themselves can be cast to their component type if known. More...
 
bool Visible [get, set]
 Sets the control visible invisible the control. More...
 
Vector2 Position [get, set]
 
bool Focused [get]
 
bool HasKeyboardFocus [get, set]
 

Additional Inherited Members

- Public Member Functions inherited from IGuiControl
void Show ()
 Shows the control. More...
 
void Hide ()
 Hides the control. More...
 
void SetPosition (float x, float y)
 Sets the position of the control. Note that this will be overridden if using AlignTo or FitTo component. More...