C# Class PowerUpManagementScript, Viewport

Inheritance: MonoBehaviour
Show file Open project: tws2xa/Viewport Class Usage Examples

Public Properties

Property Type Description
powerUpID PowerUpList

Public Methods

Method Description
RespawnThis ( ) : void
Start ( ) : void
Update ( ) : void
getPowerUp ( PowerUpList chosenPowerUpID ) : PowerUp,
getPowerUpID ( ) : PowerUpList
getPowerUpList ( int choice ) : Array
getThisPowerUp ( ) : PowerUp,

Method Details

RespawnThis() public method

public RespawnThis ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

getPowerUp() public method

public getPowerUp ( PowerUpList chosenPowerUpID ) : PowerUp,
chosenPowerUpID PowerUpList
return PowerUp,

getPowerUpID() public method

public getPowerUpID ( ) : PowerUpList
return PowerUpList

getPowerUpList() public static method

public static getPowerUpList ( int choice ) : Array
choice int
return Array

getThisPowerUp() public method

public getThisPowerUp ( ) : PowerUp,
return PowerUp,

Property Details

powerUpID public property

public PowerUpList powerUpID
return PowerUpList