C# Class Events, hac-man

Afficher le fichier Open project: hackerspace-ntnu/hac-man Class Usage Examples

Méthodes publiques

Свойство Type Description
enemyAgents GameObject[]
gameOverRoomtransform Transform
lifeSystem LifeManager
noOfEnemies int
wallObject GameObject

Méthodes publiques

Méthode Description
GameOver ( ) : void
OnLoseLife ( ) : void
OnPowerupPickup ( ) : void
Start ( ) : void
Update ( ) : void
Win ( ) : void

Method Details

GameOver() public méthode

public GameOver ( ) : void
Résultat void

OnLoseLife() public méthode

public OnLoseLife ( ) : void
Résultat void

OnPowerupPickup() public méthode

public OnPowerupPickup ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Win() public méthode

public Win ( ) : void
Résultat void

Property Details

enemyAgents public_oe property

public GameObject[] enemyAgents
Résultat GameObject[]

gameOverRoomtransform public_oe property

public Transform gameOverRoomtransform
Résultat Transform

lifeSystem public_oe property

public LifeManager lifeSystem
Résultat LifeManager

noOfEnemies public_oe property

public int noOfEnemies
Résultat int

wallObject public_oe property

public GameObject wallObject
Résultat GameObject