C# 클래스 AboutScreenView, NewCloud

About screen manager. Draws the UI for the About Screen handling different screen sizes and dpis
상속: ISampleAppUIView
파일 보기 프로젝트 열기: nileshlg2003/NewCloud 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OnStartButtonTapped System.Action
mBox UIBox,
m_AboutText UnityEngine.TextAsset

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
LoadView ( ) : void
SetTitle ( string title ) : void
UnLoadView ( ) : void
UpdateUI ( bool tf ) : void

메소드 상세

LoadView() 공개 메소드

public LoadView ( ) : void
리턴 void

SetTitle() 공개 메소드

public SetTitle ( string title ) : void
title string
리턴 void

UnLoadView() 공개 메소드

public UnLoadView ( ) : void
리턴 void

UpdateUI() 공개 메소드

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

프로퍼티 상세

OnStartButtonTapped 공개적으로 프로퍼티

public Action,System OnStartButtonTapped
리턴 System.Action

mBox 공개적으로 프로퍼티

public UIBox, mBox
리턴 UIBox,

m_AboutText 공개적으로 프로퍼티

public TextAsset,UnityEngine m_AboutText
리턴 UnityEngine.TextAsset