C# Class TeleportController, TimeLapsus

Inheritance: MonoBehaviour
显示文件 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_oe property

public string FirstSeenDialogName
return string

HasSeenTeleportKeyName public_oe property

public string HasSeenTeleportKeyName
return string

KnownTeleportName public_oe property

public string KnownTeleportName
return string

SimilarSeenDialogName public_oe property

public string SimilarSeenDialogName
return string