Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
DialogActorController
C# Class DialogActorController, TimeLapsus
Inheritance:
ScriptWithController
ファイルを表示
Open project: halbich/TimeLapsus
Class Usage Examples
Protected Properties
Property
Type
Description
currentQuest
Quest,
Public Methods
Method
Description
SetAvatar
(
Sprite
Avatar
) :
void
Speak
( ) :
void
Protected Methods
Method
Description
endDialogAction
( ) :
void
getDialog
( ) :
string
Method Details
SetAvatar()
public
method
public
SetAvatar
(
Sprite
Avatar
) :
void
Avatar
Sprite
return
void
Speak()
public
method
public
Speak
( ) :
void
return
void
endDialogAction()
protected
method
protected
endDialogAction
( ) :
void
return
void
getDialog()
protected
abstract
method
protected
abstract
getDialog
( ) :
string
return
string
Property Details
currentQuest
protected_oe property
protected
Quest,
currentQuest
return
Quest,