C# Class GenerateScene, SPCSAISelfDrivingCar

Inheritance: MonoBehaviour
Show file Open project: MCKapur/SPCSAISelfDrivingCar Class Usage Examples

Public Properties

Property Type Description
cornerWall GameObject
finish GameObject
straightWall GameObject

Public Methods

Method Description
Generate ( ) : void

Method Details

Generate() public method

public Generate ( ) : void
return void

Property Details

cornerWall public property

public GameObject cornerWall
return GameObject

finish public property

public GameObject finish
return GameObject

straightWall public property

public GameObject straightWall
return GameObject