C# Class AboutScreenView, NewCloud

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

Méthodes publiques

Свойство Type Description
OnStartButtonTapped System.Action
mBox UIBox,
m_AboutText UnityEngine.TextAsset

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
LoadView ( ) : void
SetTitle ( string title ) : void
UnLoadView ( ) : void
UpdateUI ( bool tf ) : void

Method Details

LoadView() public méthode

public LoadView ( ) : void
Résultat void

SetTitle() public méthode

public SetTitle ( string title ) : void
title string
Résultat void

UnLoadView() public méthode

public UnLoadView ( ) : void
Résultat void

UpdateUI() public méthode

public UpdateUI ( bool tf ) : void
tf bool
Résultat void

Property Details

OnStartButtonTapped public_oe property

public Action,System OnStartButtonTapped
Résultat System.Action

mBox public_oe property

public UIBox, mBox
Résultat UIBox,

m_AboutText public_oe property

public TextAsset,UnityEngine m_AboutText
Résultat UnityEngine.TextAsset