C# Class LaserShot, wepwep

Inheritance: Laser
ファイルを表示 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_oe property

public float BulletLife
return float

bullet public_oe property

public GameObject bullet
return GameObject

energyCost public_oe property

public int energyCost
return int

pew public_oe property

public AudioSource,UnityEngine pew
return UnityEngine.AudioSource

player public_oe property

public GameObject player
return GameObject

spawnPt public_oe property

public GameObject spawnPt
return GameObject

velocity public_oe property

public float velocity
return float