C# Class LaserShot, wepwep

Inheritance: Laser
Show file Open project: encephalopathy/wepwep Class Usage Examples

Public Properties

Property Type Description
BulletLife float
bullet GameObject
energyCost int
pew UnityEngine.AudioSource
player GameObject
spawnPt GameObject
velocity float

Public Methods

Method Description
Update ( ) : void

Private Methods

Method Description
fireLaser ( ) : IEnumerator
wave ( ) : IEnumerator

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

BulletLife public property

public float BulletLife
return float

bullet public property

public GameObject bullet
return GameObject

energyCost public property

public int energyCost
return int

pew public property

public AudioSource,UnityEngine pew
return UnityEngine.AudioSource

player public property

public GameObject player
return GameObject

spawnPt public property

public GameObject spawnPt
return GameObject

velocity public property

public float velocity
return float