C# Class PlayerShipArray, SpaceCOG-Prototype

Inheritance: MonoBehaviour
Afficher le fichier Open project: kalby/SpaceCOG-Prototype Class Usage Examples

Méthodes publiques

Свойство Type Description
allPlayers ArrayList
enemyPlayers GameObject[]
stationThreeSpawnPoints GameObject[]
stationTwoSpawnPoints GameObject[]

Méthodes publiques

Méthode Description
AddPlayer ( GameObject player ) : void
Start ( ) : void
Update ( ) : void

Method Details

AddPlayer() public méthode

public AddPlayer ( GameObject player ) : void
player GameObject
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

allPlayers public_oe property

public ArrayList allPlayers
Résultat ArrayList

enemyPlayers public_oe property

public GameObject[] enemyPlayers
Résultat GameObject[]

stationThreeSpawnPoints public_oe property

public GameObject[] stationThreeSpawnPoints
Résultat GameObject[]

stationTwoSpawnPoints public_oe property

public GameObject[] stationTwoSpawnPoints
Résultat GameObject[]