C# Class Foundation.Databinding.ToggleBinder

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

Public Properties

Property Type Description
ClickSound UnityEngine.AudioClip
SoundLag float
StaticValue string
UseStaticValue bool

Protected Properties

Property Type Description
IsInit bool
NextSound float
Target Toggle

Public Methods

Method Description
Init ( ) : void

Private Methods

Method Description
Awake ( ) : void
Call ( bool value ) : void
UpdateState ( object arg ) : void
UpdateValue ( object o ) : void

Method Details

Init() public method

public Init ( ) : void
return void

Property Details

ClickSound public_oe property

public AudioClip,UnityEngine ClickSound
return UnityEngine.AudioClip

IsInit protected_oe property

protected bool IsInit
return bool

NextSound protected_oe property

protected float NextSound
return float

SoundLag public_oe property

public float SoundLag
return float

StaticValue public_oe property

Value to pass if ture
For group situations
public string StaticValue
return string

Target protected_oe property

protected Toggle Target
return Toggle

UseStaticValue public_oe property

Will pass a static value when true
For group situations
public bool UseStaticValue
return bool