C# 클래스 Foundation.Databinding.TextBinder

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

공개 프로퍼티들

프로퍼티 타입 설명
FormatString string

보호된 프로퍼티들

프로퍼티 타입 설명
IsInit bool
Label UnityEngine.UI.Text

공개 메소드들

메소드 설명
Init ( ) : void

보호된 메소드들

메소드 설명
Awake ( ) : void

비공개 메소드들

메소드 설명
UpdateColor ( object arg ) : void
UpdateLabel ( object arg ) : void

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

Init() 공개 메소드

public Init ( ) : void
리턴 void

프로퍼티 상세

FormatString 공개적으로 프로퍼티

public string FormatString
리턴 string

IsInit 보호되어 있는 프로퍼티

protected bool IsInit
리턴 bool

Label 보호되어 있는 프로퍼티

protected Text,UnityEngine.UI Label
리턴 UnityEngine.UI.Text