C# Class Foundation.Databinding.TweenColorBinder

Inheritance: BindingBase
Show file 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 property

protected bool IsInit
return bool

MaxColor public property

public Color,UnityEngine MaxColor
return UnityEngine.Color

MinColor public property

public Color,UnityEngine MinColor
return UnityEngine.Color

image public property

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