C# Class ModalBox, TestGame

Inheritance: MonoBehaviour
ファイルを表示 Open project: liuxq/TestGame Class Usage Examples

Public Methods

Method Description
Close ( ) : void

Closes the dialog.

FixedUpdate ( ) : void

Protected Methods

Method Description
SetText ( string message, string title ) : void

Private Methods

Method Description
stringHeight ( string str ) : int

Method Details

Close() public method

Closes the dialog.
public Close ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

SetText() protected method

protected SetText ( string message, string title ) : void
message string
title string
return void