C# Class Foundation.Databinding.InputFieldBinder

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

Méthodes publiques

Свойство Type Description
SoundLag float
TypeSound UnityEngine.AudioClip

Protected Properties

Свойство Type Description
IsInit bool
NextSound float
Target InputField
oldText string

Méthodes publiques

Méthode Description
Init ( ) : void

Méthodes protégées

Méthode Description
Awake ( ) : void

Private Methods

Méthode Description
SubmitText ( string text ) : void
Update ( ) : void
UpdateState ( object arg ) : void
UpdateText ( object arg ) : void
UpdateText ( string text ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

Property Details

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

Target protected_oe property

protected InputField Target
Résultat InputField

TypeSound public_oe property

public AudioClip,UnityEngine TypeSound
Résultat UnityEngine.AudioClip

oldText protected_oe property

protected string oldText
Résultat string