C# Class Foundation.Databinding.VisualStatesBinder

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

Public Properties

Property Type Description
IntConvert bool
Targets StateValue[]

Protected Properties

Property Type Description
IsInit bool

Public Methods

Method Description
Init ( ) : void

Private Methods

Method Description
Awake ( ) : void
UpdateState ( object arg ) : void

Method Details

Init() public method

public Init ( ) : void
return void

Property Details

IntConvert public_oe property

public bool IntConvert
return bool

IsInit protected_oe property

protected bool IsInit
return bool

Targets public_oe property

public StateValue[] Targets
return StateValue[]