C# 클래스 Foundation.Databinding.SliderLabel

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

공개 프로퍼티들

프로퍼티 타입 설명
FormatString string
MakeInt bool

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
SetPercent ( float value ) : void

보호된 메소드들

메소드 설명
Awake ( ) : void

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

SetPercent() 공개 메소드

public SetPercent ( float value ) : void
value float
리턴 void

프로퍼티 상세

FormatString 공개적으로 프로퍼티

public string FormatString
리턴 string

IsInit 보호되어 있는 프로퍼티

protected bool IsInit
리턴 bool

Label 보호되어 있는 프로퍼티

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

MakeInt 공개적으로 프로퍼티

public bool MakeInt
리턴 bool

MySlider 보호되어 있는 프로퍼티

protected Slider MySlider
리턴 Slider