C# Class Background_spawner, Space-Rush2

Inheritance: MonoBehaviour
显示文件 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_oe property

public Vector3 spawnValues
return Vector3

spawnWait public_oe property

public float spawnWait
return float

stars public_oe property

public GameObject[] stars
return GameObject[]