C# Class Background_spawner, Space-Rush2

Inheritance: MonoBehaviour
Show file Open project: M4R774/Space-Rush2

Public Properties

Property Type Description
spawnValues Vector3
spawnWait float
stars GameObject[]

Public Methods

Method Description
Start ( ) : void

Private Methods

Method Description
SpawnStars ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Property Details

spawnValues public property

public Vector3 spawnValues
return Vector3

spawnWait public property

public float spawnWait
return float

stars public property

public GameObject[] stars
return GameObject[]