C# Class CanonDestroyer, Unity2d-Game

Inheritance: Enemy
ファイルを表示 Open project: sagivo/Unity2d-Game

Public Properties

Property Type Description
bullet GameObject
rangeShootPerLevel float[]
shootSpeedPerLevel float[]

Public Methods

Method Description
findTarget ( ) : void
shoot ( ) : void

Protected Methods

Method Description
Start ( ) : void

Private Methods

Method Description
Awake ( ) : void
Update ( ) : void

Method Details

Start() protected method

protected Start ( ) : void
return void

findTarget() public method

public findTarget ( ) : void
return void

shoot() public method

public shoot ( ) : void
return void

Property Details

bullet public_oe property

public GameObject bullet
return GameObject

rangeShootPerLevel public_oe property

public float[] rangeShootPerLevel
return float[]

shootSpeedPerLevel public_oe property

public float[] shootSpeedPerLevel
return float[]