C# Class AboutScreenView, NewCloud

About screen manager. Draws the UI for the About Screen handling different screen sizes and dpis
Inheritance: ISampleAppUIView
Exibir arquivo Open project: nileshlg2003/NewCloud Class Usage Examples

Public Properties

Property Type Description
OnStartButtonTapped System.Action
mBox UIBox,
m_AboutText UnityEngine.TextAsset

Private Properties

Property Type Description

Public Methods

Method Description
LoadView ( ) : void
SetTitle ( string title ) : void
UnLoadView ( ) : void
UpdateUI ( bool tf ) : void

Method Details

LoadView() public method

public LoadView ( ) : void
return void

SetTitle() public method

public SetTitle ( string title ) : void
title string
return void

UnLoadView() public method

public UnLoadView ( ) : void
return void

UpdateUI() public method

public UpdateUI ( bool tf ) : void
tf bool
return void

Property Details

OnStartButtonTapped public_oe property

public Action,System OnStartButtonTapped
return System.Action

mBox public_oe property

public UIBox, mBox
return UIBox,

m_AboutText public_oe property

public TextAsset,UnityEngine m_AboutText
return UnityEngine.TextAsset