C# Class PopupCanvasControl, SOFTENG-306-PROJECT-2

Inheritance: CanvasControl
Mostra file Open project: gdsl/SOFTENG-306-PROJECT-2

Public Methods

Method Description
OnGUIExitPopup ( ) : void
Show ( string title, string message ) : void

Method Details

OnGUIExitPopup() public method

public OnGUIExitPopup ( ) : void
return void

Show() public method

public Show ( string title, string message ) : void
title string
message string
return void