C# Class DialogProcess, TestGame

Inheritance: MonoBehaviour
Afficher le fichier Open project: liuxq/TestGame

Méthodes publiques

Méthode Description
Start ( ) : void
dialog_close ( ) : void
dialog_setContent ( Int32 talkerId, List dialogIds, List dialogsTitles, string title, string body, string sayname ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

dialog_close() public méthode

public dialog_close ( ) : void
Résultat void

dialog_setContent() public méthode

public dialog_setContent ( Int32 talkerId, List dialogIds, List dialogsTitles, string title, string body, string sayname ) : void
talkerId System.Int32
dialogIds List
dialogsTitles List
title string
body string
sayname string
Résultat void