C# 클래스 AppManager, NewCloud

파일 보기 프로젝트 열기: nileshlg2003/NewCloud 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TitleForAboutPage string
mActiveViewType ViewType
m_UIEventHandler UIEventHandler

공개 메소드들

메소드 설명
Draw ( ) : void
InitManager ( ) : void
OnApplicationPause ( bool tf ) : void
UpdateManager ( ) : void

비공개 메소드들

메소드 설명
LoadAboutPageForFirstTime ( ) : IEnumerator
OnAboutStartButtonTapped ( ) : void
OnBackButtonTapped ( ) : void
OnDoubleTapped ( ) : void
OnSingleTapped ( ) : void
OnTappedOnCloseButton ( ) : void
OnTappedOnGoToAboutPage ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

InitManager() 공개 메소드

public InitManager ( ) : void
리턴 void

OnApplicationPause() 공개 메소드

public OnApplicationPause ( bool tf ) : void
tf bool
리턴 void

UpdateManager() 공개 메소드

public UpdateManager ( ) : void
리턴 void

프로퍼티 상세

TitleForAboutPage 공개적으로 프로퍼티

public string TitleForAboutPage
리턴 string

mActiveViewType 공개적으로 정적으로 프로퍼티

public static ViewType mActiveViewType
리턴 ViewType

m_UIEventHandler 공개적으로 프로퍼티

public UIEventHandler m_UIEventHandler
리턴 UIEventHandler