C# Class DialogActorController, TimeLapsus

Inheritance: ScriptWithController
Mostrar archivo 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,