C# Class TeleportController, TimeLapsus

Inheritance: MonoBehaviour
Show file Open project: halbich/TimeLapsus Class Usage Examples

Public Properties

Property Type Description
FirstSeenDialogName string
HasSeenTeleportKeyName string
KnownTeleportName string
SimilarSeenDialogName 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

FirstSeenDialogName public property

public string FirstSeenDialogName
return string

HasSeenTeleportKeyName public property

public string HasSeenTeleportKeyName
return string

KnownTeleportName public property

public string KnownTeleportName
return string

SimilarSeenDialogName public property

public string SimilarSeenDialogName
return string