C# Class Foundation.Databinding.FillAmmountBinder

Inheritance: BindingBase
ファイルを表示 Open project: NVentimiglia/Unity3d-Foundation

Protected Properties

Property Type Description
IsInit bool
Target UnityEngine.UI.Image

Public Methods

Method Description
Init ( ) : void

Protected Methods

Method Description
Awake ( ) : void

Private Methods

Method Description
UpdateFill ( object arg ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

Init() public method

public Init ( ) : void
return void

Property Details

IsInit protected_oe property

protected bool IsInit
return bool

Target protected_oe property

protected Image,UnityEngine.UI Target
return UnityEngine.UI.Image