C# Class Foundation.Databinding.ToggleBinder

Inheritance: BindingBase
Afficher le fichier Open project: NVentimiglia/Unity3d-Foundation

Méthodes publiques

Свойство Type Description
ClickSound UnityEngine.AudioClip
SoundLag float
StaticValue string
UseStaticValue bool

Protected Properties

Свойство Type Description
IsInit bool
NextSound float
Target Toggle

Méthodes publiques

Méthode Description
Init ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
Call ( bool value ) : void
UpdateState ( object arg ) : void
UpdateValue ( object o ) : void

Method Details

Init() public méthode

public Init ( ) : void
Résultat void

Property Details

ClickSound public_oe property

public AudioClip,UnityEngine ClickSound
Résultat UnityEngine.AudioClip

IsInit protected_oe property

protected bool IsInit
Résultat bool

NextSound protected_oe property

protected float NextSound
Résultat float

SoundLag public_oe property

public float SoundLag
Résultat float

StaticValue public_oe property

Value to pass if ture
For group situations
public string StaticValue
Résultat string

Target protected_oe property

protected Toggle Target
Résultat Toggle

UseStaticValue public_oe property

Will pass a static value when true
For group situations
public bool UseStaticValue
Résultat bool