C# Class AutoCanon, Unity2d-Game

Inheritance: Building
显示文件 Open project: sagivo/Unity2d-Game

Public Properties

Property Type Description
bullet Bullet,
shootSpeedPerLevel float[]

Public Methods

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

Protected Methods

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

Method Details

Awake() protected method

protected Awake ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : 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 Bullet, bullet
return Bullet,

shootSpeedPerLevel public_oe property

public float[] shootSpeedPerLevel
return float[]