C# Class ProjectStorms.MainMenu

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: patferguson/Storms-Project Class Usage Examples

Public Properties

Property Type Description
overrideLevelName string

Public Methods

Method Description
ExitGame ( ) : void
LoadLevel ( string a_levelName ) : void
SetGamemodeFFA ( ) : void
SetGamemodeTeams ( ) : void
SetMap ( string a_name ) : void
StartMatch ( ) : void

Method Details

ExitGame() public method

public ExitGame ( ) : void
return void

LoadLevel() public method

public LoadLevel ( string a_levelName ) : void
a_levelName string
return void

SetGamemodeFFA() public method

public SetGamemodeFFA ( ) : void
return void

SetGamemodeTeams() public method

public SetGamemodeTeams ( ) : void
return void

SetMap() public method

public SetMap ( string a_name ) : void
a_name string
return void

StartMatch() public method

public StartMatch ( ) : void
return void

Property Details

overrideLevelName public property

public string overrideLevelName
return string