C# Class LaserShot, wepwep

Inheritance: Laser
Afficher le fichier Open project: encephalopathy/wepwep Class Usage Examples

Méthodes publiques

Свойство Type Description
BulletLife float
bullet GameObject
energyCost int
pew UnityEngine.AudioSource
player GameObject
spawnPt GameObject
velocity float

Méthodes publiques

Méthode Description
Update ( ) : void

Private Methods

Méthode Description
fireLaser ( ) : IEnumerator
wave ( ) : IEnumerator

Method Details

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

BulletLife public_oe property

public float BulletLife
Résultat float

bullet public_oe property

public GameObject bullet
Résultat GameObject

energyCost public_oe property

public int energyCost
Résultat int

pew public_oe property

public AudioSource,UnityEngine pew
Résultat UnityEngine.AudioSource

player public_oe property

public GameObject player
Résultat GameObject

spawnPt public_oe property

public GameObject spawnPt
Résultat GameObject

velocity public_oe property

public float velocity
Résultat float