C# Class PlayerShipArray, SpaceCOG-Prototype

Inheritance: MonoBehaviour
ファイルを表示 Open project: kalby/SpaceCOG-Prototype Class Usage Examples

Public Properties

Property Type Description
allPlayers ArrayList
enemyPlayers GameObject[]
stationThreeSpawnPoints GameObject[]
stationTwoSpawnPoints GameObject[]

Public Methods

Method Description
AddPlayer ( GameObject player ) : void
Start ( ) : void
Update ( ) : void

Method Details

AddPlayer() public method

public AddPlayer ( GameObject player ) : void
player GameObject
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

allPlayers public_oe property

public ArrayList allPlayers
return ArrayList

enemyPlayers public_oe property

public GameObject[] enemyPlayers
return GameObject[]

stationThreeSpawnPoints public_oe property

public GameObject[] stationThreeSpawnPoints
return GameObject[]

stationTwoSpawnPoints public_oe property

public GameObject[] stationTwoSpawnPoints
return GameObject[]