C# Class StageController, Albatross

Inheritance: MonoBehaviour
Datei anzeigen Open project: xby2/Albatross Class Usage Examples

Public Properties

Property Type Description
size int
stageContainer GameObject
stageObjects List
stageTilePrefab GameObject
stageWallPrefab GameObject

Public Methods

Method Description
BuildStage ( ) : void

Method Details

BuildStage() public method

public BuildStage ( ) : void
return void

Property Details

size public_oe property

public int size
return int

stageContainer public_oe property

public GameObject stageContainer
return GameObject

stageObjects public_oe property

public List stageObjects
return List

stageTilePrefab public_oe property

public GameObject stageTilePrefab
return GameObject

stageWallPrefab public_oe property

public GameObject stageWallPrefab
return GameObject