C# 클래스 CCEditText, xsolla-unity-sdk

상속: MonoBehaviour
파일 보기 프로젝트 열기: xsolla/xsolla-unity-sdk 1 사용 예제들

공개 메소드들

메소드 설명
Correct ( ) : void
IsMaestro ( ) : bool
getCurrentType ( ) : Type,
getMask ( ) : string
updateMask ( string mask ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
ValidateInput ( string text, int charIndex, char addedChar ) : char
chooseMask ( string s ) : void
getType ( string cardNumber ) : Type,
getTypes ( ) : List

메소드 상세

Correct() 공개 메소드

public Correct ( ) : void
리턴 void

IsMaestro() 공개 메소드

public IsMaestro ( ) : bool
리턴 bool

getCurrentType() 공개 메소드

public getCurrentType ( ) : Type,
리턴 Type,

getMask() 공개 메소드

public getMask ( ) : string
리턴 string

updateMask() 공개 메소드

public updateMask ( string mask ) : void
mask string
리턴 void