C# Class LoadLevelDialog, ProjectTime

Inheritance: MonoBehaviour
Show file Open project: daniandia/ProjectTime

Public Properties

Property Type Description
current int
dataFile JsonData
level string
next int

Public Methods

Method 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 method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

getNextText() public method

public getNextText ( string mission, int textId, string &textString, int &textInt ) : void
mission string
textId int
textString string
textInt int
return void

getText() public method

public getText ( string mission ) : void
mission string
return void

getText() public method

public getText ( string mission, int textId ) : void
mission string
textId int
return void

setNext() public method

public setNext ( int next ) : void
next int
return void

Property Details

current public property

public int current
return int

dataFile public property

public JsonData dataFile
return JsonData

level public property

public string level
return string

next public property

public int next
return int