C# Class UI.MessageBox

ファイルを表示 Open project: osROSE/UnityRose Class Usage Examples

Public Methods

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

Method Details

Show() public static method

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