C# Class Foundation.Databinding.TweenColorBinder

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

Public Properties

Property Type Description
MaxColor UnityEngine.Color
MinColor UnityEngine.Color
image UnityEngine.UI.Image

Protected Properties

Property Type Description
IsInit bool

Public Methods

Method Description
Init ( ) : void

Protected Methods

Method Description
Awake ( ) : void

Private Methods

Method Description
UpdateColor ( 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

MaxColor public_oe property

public Color,UnityEngine MaxColor
return UnityEngine.Color

MinColor public_oe property

public Color,UnityEngine MinColor
return UnityEngine.Color

image public_oe property

public Image,UnityEngine.UI image
return UnityEngine.UI.Image