C# Class TheGame

Inheritance: MonoBehaviour
Show file Open project: Aerolith-Studios/White-Collar Class Usage Examples

Public Properties

Property Type Description
activityManager ActivityManager,
dialogToggle GameObject
finishers List
managerMaster ManagerMaster,
missionEndScene string
missionGoals string[]
missionStep int
missionText Text,
nameBox Text,
player GameObject
stressManager StressManager,
stressers List
teleporters List
textBox Text,
triggers List

Public Methods

Method Description
get ( ) : TheGame,

Private Methods

Method Description
TheGame ( ) : System

Method Details

get() public static method

public static get ( ) : TheGame,
return TheGame,

Property Details

activityManager public property

public ActivityManager, activityManager
return ActivityManager,

dialogToggle public property

public GameObject dialogToggle
return GameObject

finishers public property

public List finishers
return List

managerMaster public property

public ManagerMaster, managerMaster
return ManagerMaster,

missionEndScene public property

public string missionEndScene
return string

missionGoals public property

public string[] missionGoals
return string[]

missionStep public property

public int missionStep
return int

missionText public property

public Text, missionText
return Text,

nameBox public property

public Text, nameBox
return Text,

player public property

public GameObject player
return GameObject

stressManager public property

public StressManager, stressManager
return StressManager,

stressers public property

public List stressers
return List

teleporters public property

public List teleporters
return List

textBox public property

public Text, textBox
return Text,

triggers public property

public List triggers
return List