C# Class Foundation.Databinding.InputFieldBinder

Inheritance: BindingBase
Show file Open project: NVentimiglia/Unity3d-Foundation

Public Properties

Property Type Description
SoundLag float
TypeSound UnityEngine.AudioClip

Protected Properties

Property Type Description
IsInit bool
NextSound float
Target InputField
oldText string

Public Methods

Method Description
Init ( ) : void

Protected Methods

Method Description
Awake ( ) : void

Private Methods

Method Description
SubmitText ( string text ) : void
Update ( ) : void
UpdateState ( object arg ) : void
UpdateText ( object arg ) : void
UpdateText ( string text ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

Init() public method

public Init ( ) : void
return void

Property Details

IsInit protected property

protected bool IsInit
return bool

NextSound protected property

protected float NextSound
return float

SoundLag public property

public float SoundLag
return float

Target protected property

protected InputField Target
return InputField

TypeSound public property

public AudioClip,UnityEngine TypeSound
return UnityEngine.AudioClip

oldText protected property

protected string oldText
return string