C# Class DialogController, cloudsave-sdk-sampleapp

Inheritance: MonoBehaviour, IPointerEnterHandler
显示文件 Open project: UnityTech/cloudsave-sdk-sampleapp Class Usage Examples

Public Methods

Method Description
OnOKButton ( ) : void
Show ( string message ) : void

Private Methods

Method Description
Hide ( ) : void
Start ( ) : void

Method Details

OnOKButton() public method

public OnOKButton ( ) : void
return void

Show() public method

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