C# Class Initialization, goalBall

Inheritance: MonoBehaviour
Show file Open project: DrexelGoalBall/goalBall Class Usage Examples

Public Properties

Property Type Description
clientScene string
serverScene string
serverSetupInfoPrefab GameObject

Public Methods

Method Description
Start ( ) : void

Check which scene should be loaded

Method Details

Start() public method

Check which scene should be loaded
public Start ( ) : void
return void

Property Details

clientScene public property

public string clientScene
return string

serverScene public property

public string serverScene
return string

serverSetupInfoPrefab public property

public GameObject serverSetupInfoPrefab
return GameObject