C# Class PlayerInventoryPowerUp, gamejam14

Inheritance: MonoBehaviour
Afficher le fichier Open project: TeamLativa/gamejam14 Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

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

Private Methods

Méthode Description
PUBouclier ( ) : void
PUBouclierBouclier ( ) : void
PUBouclierVitesse ( ) : void
PUForce ( ) : void
PUForceBouclier ( ) : void
PUForceForce ( ) : void
PUForceVitesse ( ) : void
PUVitesse ( ) : void
PUVitesseVitesse ( ) : void

Method Details

AddPowerUp() public méthode

public AddPowerUp ( GameObject pUp ) : void
pUp GameObject
Résultat void

ConsumePowerUps() public méthode

public ConsumePowerUps ( ) : bool
Résultat bool

GetFirstPowerUpName() public méthode

public GetFirstPowerUpName ( ) : string
Résultat string

GetPowerUpsCount() public méthode

public GetPowerUpsCount ( ) : int
Résultat int

GetSecondPowerUpName() public méthode

public GetSecondPowerUpName ( ) : string
Résultat string

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

BouclierComplet public_oe property

public GameObject BouclierComplet
Résultat GameObject

BouclierDevantSimple public_oe property

public GameObject BouclierDevantSimple
Résultat GameObject

BouclierFire public_oe property

public GameObject BouclierFire
Résultat GameObject

BouclierSprite public_oe property

public Texture BouclierSprite
Résultat Texture

FireEffect public_oe property

public GameObject FireEffect
Résultat GameObject

ForceSprite public_oe property

public Texture ForceSprite
Résultat Texture

GuiPowerUP1 public_oe property

public GameObject GuiPowerUP1
Résultat GameObject

GuiPowerUP2 public_oe property

public GameObject GuiPowerUP2
Résultat GameObject

PowerSpeedEffect public_oe property

public GameObject PowerSpeedEffect
Résultat GameObject

PowerUpSound public_oe property

public AudioClip,UnityEngine PowerUpSound
Résultat UnityEngine.AudioClip

PowerUpVolume public_oe property

public float PowerUpVolume
Résultat float

SpeedEffect public_oe property

public GameObject SpeedEffect
Résultat GameObject

SpeedShieldEffect public_oe property

public GameObject SpeedShieldEffect
Résultat GameObject

VitesseSprite public_oe property

public Texture VitesseSprite
Résultat Texture