C# Class LoadLevelDialog, ProjectTime

Inheritance: MonoBehaviour
Afficher le fichier Open project: daniandia/ProjectTime

Méthodes publiques

Свойство Type Description
current int
dataFile JsonData
level string
next int

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
getNextText ( string mission, int textId, string &textString, int &textInt ) : void
getText ( string mission ) : void
getText ( string mission, int textId ) : void
setNext ( int next ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

getNextText() public méthode

public getNextText ( string mission, int textId, string &textString, int &textInt ) : void
mission string
textId int
textString string
textInt int
Résultat void

getText() public méthode

public getText ( string mission ) : void
mission string
Résultat void

getText() public méthode

public getText ( string mission, int textId ) : void
mission string
textId int
Résultat void

setNext() public méthode

public setNext ( int next ) : void
next int
Résultat void

Property Details

current public_oe property

public int current
Résultat int

dataFile public_oe property

public JsonData dataFile
Résultat JsonData

level public_oe property

public string level
Résultat string

next public_oe property

public int next
Résultat int