C# Class VendingMachineController, TimeLapsus

Inheritance: InspectObjectController
Exibir arquivo Open project: halbich/TimeLapsus Class Usage Examples

Public Properties

Property Type Description
AutomatEmptyDialog string
ChipObject GameObject
ChipWasGivenVarName string
KnownAutomatName string

Protected Methods

Method Description
Start ( ) : void
endDialogAction ( ) : void
getDialog ( ) : string

Method Details

Start() protected method

protected Start ( ) : void
return void

endDialogAction() protected method

protected endDialogAction ( ) : void
return void

getDialog() protected method

protected getDialog ( ) : string
return string

Property Details

AutomatEmptyDialog public_oe property

public string AutomatEmptyDialog
return string

ChipObject public_oe property

public GameObject ChipObject
return GameObject

ChipWasGivenVarName public_oe property

public string ChipWasGivenVarName
return string

KnownAutomatName public_oe property

public string KnownAutomatName
return string