C# 클래스 Stomt.StomtPopup

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

공개 프로퍼티들

프로퍼티 타입 설명
AutoImageDownload bool
AutoImageDownloadDelay int
CharLimit int
ShowCloseButton bool
WouldBecauseText bool

공개 메소드들

메소드 설명
Awake ( ) : void
Hide ( ) : void
OnMessageChanged ( ) : void
OnPointerEnter ( ) : void
OnPostButtonPressed ( ) : void
OnToggleButtonPressed ( ) : void
RefreshStartText ( ) : void
Reset ( ) : void
ShowError ( ) : void
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
Show ( ) : IEnumerator
refreshTargetIcon ( float DelayTime ) : IEnumerator
refreshTargetIcon ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

Hide() 공개 메소드

public Hide ( ) : void
리턴 void

OnMessageChanged() 공개 메소드

public OnMessageChanged ( ) : void
리턴 void

OnPointerEnter() 공개 메소드

public OnPointerEnter ( ) : void
리턴 void

OnPostButtonPressed() 공개 메소드

public OnPostButtonPressed ( ) : void
리턴 void

OnToggleButtonPressed() 공개 메소드

public OnToggleButtonPressed ( ) : void
리턴 void

RefreshStartText() 공개 메소드

public RefreshStartText ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

ShowError() 공개 메소드

public ShowError ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

AutoImageDownload 공개적으로 프로퍼티

public bool AutoImageDownload
리턴 bool

AutoImageDownloadDelay 공개적으로 프로퍼티

public int AutoImageDownloadDelay
리턴 int

CharLimit 공개적으로 프로퍼티

public int CharLimit
리턴 int

ShowCloseButton 공개적으로 프로퍼티

public bool ShowCloseButton
리턴 bool

WouldBecauseText 공개적으로 프로퍼티

public bool WouldBecauseText
리턴 bool