C# Class BoatSpawner

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

Méthodes publiques

Свойство Type Description
beachNodesParent GameObject
boatTypes string[]
maxSpawnTime float
minSpawnTime float
wanderNodesParent GameObject

Méthodes publiques

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

Method Details

SpawnBoat() public méthode

public SpawnBoat ( ) : 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

beachNodesParent public_oe property

public GameObject beachNodesParent
Résultat GameObject

boatTypes public_oe property

public string[] boatTypes
Résultat string[]

maxSpawnTime public_oe property

public float maxSpawnTime
Résultat float

minSpawnTime public_oe property

public float minSpawnTime
Résultat float

wanderNodesParent public_oe property

public GameObject wanderNodesParent
Résultat GameObject