C# Class CustomObstacleGenerator

Inheritance: MonoBehaviour
Datei anzeigen Open project: TheJP/GlobalGameJam2016 Class Usage Examples

Public Properties

Property Type Description
CellGrid CellGrid,
ObstaclesParent Transform

Public Methods

Method Description
SpawnObstacles ( ) : IEnumerator
Start ( ) : void

Method Details

SpawnObstacles() public method

public SpawnObstacles ( ) : IEnumerator
return IEnumerator

Start() public method

public Start ( ) : void
return void

Property Details

CellGrid public_oe property

public CellGrid, CellGrid
return CellGrid,

ObstaclesParent public_oe property

public Transform ObstaclesParent
return Transform