C# Class GameEngine, Battleship

Inheritance: MonoBehaviour
显示文件 Open project: GameMakersUnion/Battleship Class Usage Examples

Public Properties

Property Type Description
enemyPrefab GameObject

Public Methods

Method Description
SpawnEnemyShips ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

SpawnEnemyShips() public method

public SpawnEnemyShips ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

enemyPrefab public_oe property

public GameObject enemyPrefab
return GameObject