C# Class CarSpawner

Inheritance: MonoBehaviour
Afficher le fichier Open project: caffeinatedguy/Limbs Class Usage Examples

Méthodes publiques

Свойство Type Description
carTypes string[]
maxSpawnTime float
minSpawnTime float
paths GameObject[]

Méthodes publiques

Méthode Description
SpawnCar ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

SpawnCar() public méthode

public SpawnCar ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

carTypes public_oe property

public string[] carTypes
Résultat string[]

maxSpawnTime public_oe property

public float maxSpawnTime
Résultat float

minSpawnTime public_oe property

public float minSpawnTime
Résultat float

paths public_oe property

public GameObject[] paths
Résultat GameObject[]