C# Class Orc, Unity2d-Game

Inheritance: Enemy
Show file Open project: sagivo/Unity2d-Game Class Usage Examples

Public Properties

Property Type Description
attackSpeedPerLevel float[]

Public Methods

Method Description
attack ( ) : void
findTarget ( ) : 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

attack() public method

public attack ( ) : void
return void

findTarget() public method

public findTarget ( ) : void
return void

Property Details

attackSpeedPerLevel public property

public float[] attackSpeedPerLevel
return float[]