C# Class UI.MessageBox

Afficher le fichier Open project: osROSE/UnityRose Class Usage Examples

Méthodes publiques

Méthode Description
Show ( GameObject messagebox, string message, string title, System.Action callback ) : void

Method Details

Show() public static méthode

public static Show ( GameObject messagebox, string message, string title, System.Action callback ) : void
messagebox UnityEngine.GameObject
message string
title string
callback System.Action
Résultat void