C# Class PenguinEpDialogueText, HomeAlone

Inheritance: MonoBehaviour
Mostrar archivo Open project: SNUGDC/HomeAlone

Public Properties

Property Type Description
ChoicePanel GameObject
DialogueBox GameObject
DialogueText Text
FadeOut GameObject
Photo GameObject
Room GameObject

Public Methods

Method Description
ChooseNegativeChoice ( ) : void
ChooseNeutralChoice ( ) : void
ClickedButton ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

ChooseNegativeChoice() public method

public ChooseNegativeChoice ( ) : void
return void

ChooseNeutralChoice() public method

public ChooseNeutralChoice ( ) : void
return void

ClickedButton() public method

public ClickedButton ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

ChoicePanel public_oe property

public GameObject ChoicePanel
return GameObject

DialogueBox public_oe property

public GameObject DialogueBox
return GameObject

DialogueText public_oe property

public Text DialogueText
return Text

FadeOut public_oe property

public GameObject FadeOut
return GameObject

Photo public_oe property

public GameObject Photo
return GameObject

Room public_oe property

public GameObject Room
return GameObject