C# Class PlayerInventoryPowerUp, gamejam14

Inheritance: MonoBehaviour
Mostra file Open project: TeamLativa/gamejam14 Class Usage Examples

Public Properties

Property Type Description
BouclierComplet GameObject
BouclierDevantSimple GameObject
BouclierFire GameObject
BouclierSprite Texture
FireEffect GameObject
ForceSprite Texture
GuiPowerUP1 GameObject
GuiPowerUP2 GameObject
PowerSpeedEffect GameObject
PowerUpSound UnityEngine.AudioClip
PowerUpVolume float
SpeedEffect GameObject
SpeedShieldEffect GameObject
VitesseSprite Texture

Public Methods

Method Description
AddPowerUp ( GameObject pUp ) : void
ConsumePowerUps ( ) : bool
GetFirstPowerUpName ( ) : string
GetPowerUpsCount ( ) : int
GetSecondPowerUpName ( ) : string
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
PUBouclier ( ) : void
PUBouclierBouclier ( ) : void
PUBouclierVitesse ( ) : void
PUForce ( ) : void
PUForceBouclier ( ) : void
PUForceForce ( ) : void
PUForceVitesse ( ) : void
PUVitesse ( ) : void
PUVitesseVitesse ( ) : void

Method Details

AddPowerUp() public method

public AddPowerUp ( GameObject pUp ) : void
pUp GameObject
return void

ConsumePowerUps() public method

public ConsumePowerUps ( ) : bool
return bool

GetFirstPowerUpName() public method

public GetFirstPowerUpName ( ) : string
return string

GetPowerUpsCount() public method

public GetPowerUpsCount ( ) : int
return int

GetSecondPowerUpName() public method

public GetSecondPowerUpName ( ) : string
return string

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

BouclierComplet public_oe property

public GameObject BouclierComplet
return GameObject

BouclierDevantSimple public_oe property

public GameObject BouclierDevantSimple
return GameObject

BouclierFire public_oe property

public GameObject BouclierFire
return GameObject

BouclierSprite public_oe property

public Texture BouclierSprite
return Texture

FireEffect public_oe property

public GameObject FireEffect
return GameObject

ForceSprite public_oe property

public Texture ForceSprite
return Texture

GuiPowerUP1 public_oe property

public GameObject GuiPowerUP1
return GameObject

GuiPowerUP2 public_oe property

public GameObject GuiPowerUP2
return GameObject

PowerSpeedEffect public_oe property

public GameObject PowerSpeedEffect
return GameObject

PowerUpSound public_oe property

public AudioClip,UnityEngine PowerUpSound
return UnityEngine.AudioClip

PowerUpVolume public_oe property

public float PowerUpVolume
return float

SpeedEffect public_oe property

public GameObject SpeedEffect
return GameObject

SpeedShieldEffect public_oe property

public GameObject SpeedShieldEffect
return GameObject

VitesseSprite public_oe property

public Texture VitesseSprite
return Texture