C# Class ModalBox, TestGame

Inheritance: MonoBehaviour
Afficher le fichier Open project: liuxq/TestGame Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void

Closes the dialog.

FixedUpdate ( ) : void

Méthodes protégées

Méthode Description
SetText ( string message, string title ) : void

Private Methods

Méthode Description
stringHeight ( string str ) : int

Method Details

Close() public méthode

Closes the dialog.
public Close ( ) : void
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

SetText() protected méthode

protected SetText ( string message, string title ) : void
message string
title string
Résultat void