C# Class Foundation.Databinding.SliderLabel

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: NVentimiglia/Unity3d-Foundation

Public Properties

Property Type Description
FormatString string
MakeInt bool

Protected Properties

Property Type Description
IsInit bool
Label UnityEngine.UI.Text
MySlider Slider

Public Methods

Method Description
SetPercent ( float value ) : void

Protected Methods

Method Description
Awake ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

SetPercent() public method

public SetPercent ( float value ) : void
value float
return void

Property Details

FormatString public property

public string FormatString
return string

IsInit protected property

protected bool IsInit
return bool

Label protected property

protected Text,UnityEngine.UI Label
return UnityEngine.UI.Text

MakeInt public property

public bool MakeInt
return bool

MySlider protected property

protected Slider MySlider
return Slider