C# Class GameEngine, Battleship

Inheritance: MonoBehaviour
Afficher le fichier Open project: GameMakersUnion/Battleship Class Usage Examples

Méthodes publiques

Свойство Type Description
enemyPrefab GameObject

Méthodes publiques

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

Method Details

SpawnEnemyShips() public méthode

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

enemyPrefab public_oe property

public GameObject enemyPrefab
Résultat GameObject