C# 클래스 PlayerInventoryPowerUp, gamejam14

상속: MonoBehaviour
파일 보기 프로젝트 열기: TeamLativa/gamejam14 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
AddPowerUp ( GameObject pUp ) : void
ConsumePowerUps ( ) : bool
GetFirstPowerUpName ( ) : string
GetPowerUpsCount ( ) : int
GetSecondPowerUpName ( ) : string
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
PUBouclier ( ) : void
PUBouclierBouclier ( ) : void
PUBouclierVitesse ( ) : void
PUForce ( ) : void
PUForceBouclier ( ) : void
PUForceForce ( ) : void
PUForceVitesse ( ) : void
PUVitesse ( ) : void
PUVitesseVitesse ( ) : void

메소드 상세

AddPowerUp() 공개 메소드

public AddPowerUp ( GameObject pUp ) : void
pUp GameObject
리턴 void

ConsumePowerUps() 공개 메소드

public ConsumePowerUps ( ) : bool
리턴 bool

GetFirstPowerUpName() 공개 메소드

public GetFirstPowerUpName ( ) : string
리턴 string

GetPowerUpsCount() 공개 메소드

public GetPowerUpsCount ( ) : int
리턴 int

GetSecondPowerUpName() 공개 메소드

public GetSecondPowerUpName ( ) : string
리턴 string

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

BouclierComplet 공개적으로 프로퍼티

public GameObject BouclierComplet
리턴 GameObject

BouclierDevantSimple 공개적으로 프로퍼티

public GameObject BouclierDevantSimple
리턴 GameObject

BouclierFire 공개적으로 프로퍼티

public GameObject BouclierFire
리턴 GameObject

BouclierSprite 공개적으로 프로퍼티

public Texture BouclierSprite
리턴 Texture

FireEffect 공개적으로 프로퍼티

public GameObject FireEffect
리턴 GameObject

ForceSprite 공개적으로 프로퍼티

public Texture ForceSprite
리턴 Texture

GuiPowerUP1 공개적으로 프로퍼티

public GameObject GuiPowerUP1
리턴 GameObject

GuiPowerUP2 공개적으로 프로퍼티

public GameObject GuiPowerUP2
리턴 GameObject

PowerSpeedEffect 공개적으로 프로퍼티

public GameObject PowerSpeedEffect
리턴 GameObject

PowerUpSound 공개적으로 프로퍼티

public AudioClip,UnityEngine PowerUpSound
리턴 UnityEngine.AudioClip

PowerUpVolume 공개적으로 프로퍼티

public float PowerUpVolume
리턴 float

SpeedEffect 공개적으로 프로퍼티

public GameObject SpeedEffect
리턴 GameObject

SpeedShieldEffect 공개적으로 프로퍼티

public GameObject SpeedShieldEffect
리턴 GameObject

VitesseSprite 공개적으로 프로퍼티

public Texture VitesseSprite
리턴 Texture