C# Class Foundation.Databinding.ToggleBinder

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

public AudioClip,UnityEngine ClickSound
return UnityEngine.AudioClip

IsInit protected property

protected bool IsInit
return bool

NextSound protected property

protected float NextSound
return float

SoundLag public property

public float SoundLag
return float

StaticValue public property

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

Target protected property

protected Toggle Target
return Toggle

UseStaticValue public property

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