C# Class EnemyCharge, angrygoats

Inheritance: EnemyProjectileScript
Datei anzeigen Open project: dulb640/angrygoats Class Usage Examples

Public Properties

Property Type Description
initDelay float
scale int

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

StartCharge() public method

public StartCharge ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

initDelay public_oe property

public float initDelay
return float

scale public_oe property

public int scale
return int