C# Class Initialization, goalBall

Inheritance: MonoBehaviour
Exibir arquivo 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_oe property

public string clientScene
return string

serverScene public_oe property

public string serverScene
return string

serverSetupInfoPrefab public_oe property

public GameObject serverSetupInfoPrefab
return GameObject