C# Class Foundation.Databinding.SliderLabel

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 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_oe property

public string FormatString
return string

IsInit protected_oe property

protected bool IsInit
return bool

Label protected_oe property

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

MakeInt public_oe property

public bool MakeInt
return bool

MySlider protected_oe property

protected Slider MySlider
return Slider