C# Class Foundation.Databinding.InputFieldBinder

Inheritance: BindingBase
ファイルを表示 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_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

Target protected_oe property

protected InputField Target
return InputField

TypeSound public_oe property

public AudioClip,UnityEngine TypeSound
return UnityEngine.AudioClip

oldText protected_oe property

protected string oldText
return string