C# 클래스 Foundation.Databinding.InputFieldBinder

상속: BindingBase
파일 보기 프로젝트 열기: NVentimiglia/Unity3d-Foundation

공개 프로퍼티들

프로퍼티 타입 설명
SoundLag float
TypeSound UnityEngine.AudioClip

보호된 프로퍼티들

프로퍼티 타입 설명
IsInit bool
NextSound float
Target InputField
oldText string

공개 메소드들

메소드 설명
Init ( ) : void

보호된 메소드들

메소드 설명
Awake ( ) : void

비공개 메소드들

메소드 설명
SubmitText ( string text ) : void
Update ( ) : void
UpdateState ( object arg ) : void
UpdateText ( object arg ) : void
UpdateText ( string text ) : void

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

Init() 공개 메소드

public Init ( ) : void
리턴 void

프로퍼티 상세

IsInit 보호되어 있는 프로퍼티

protected bool IsInit
리턴 bool

NextSound 보호되어 있는 프로퍼티

protected float NextSound
리턴 float

SoundLag 공개적으로 프로퍼티

public float SoundLag
리턴 float

Target 보호되어 있는 프로퍼티

protected InputField Target
리턴 InputField

TypeSound 공개적으로 프로퍼티

public AudioClip,UnityEngine TypeSound
리턴 UnityEngine.AudioClip

oldText 보호되어 있는 프로퍼티

protected string oldText
리턴 string