C# 클래스 NumberDrawer, CapsUnity

상속: MonoBehaviour
파일 보기 프로젝트 열기: kofight/CapsUnity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Align NumberAlign
FilledWithZero bool
NumberInterval int
SurName string
m_numbers UISprite[],
maxIntLenth int

공개 메소드들

메소드 설명
SetNumber ( int number, float duration = 0.1f ) : void
SetNumberRapid ( int number ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

SetNumber() 공개 메소드

public SetNumber ( int number, float duration = 0.1f ) : void
number int
duration float
리턴 void

SetNumberRapid() 공개 메소드

public SetNumberRapid ( int number ) : void
number int
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Align 공개적으로 프로퍼티

public NumberAlign Align
리턴 NumberAlign

FilledWithZero 공개적으로 프로퍼티

public bool FilledWithZero
리턴 bool

NumberInterval 공개적으로 프로퍼티

public int NumberInterval
리턴 int

SurName 공개적으로 프로퍼티

public string SurName
리턴 string

m_numbers 공개적으로 프로퍼티

public UISprite[], m_numbers
리턴 UISprite[],

maxIntLenth 공개적으로 프로퍼티

public int maxIntLenth
리턴 int