C# Class ShootingEnemy, UrsaMajor

Inheritance: BaseEnemy
Exibir arquivo Open project: BJarv/UrsaMajor Class Usage Examples

Public Properties

Property Type Description
spawnKey bool
stopAndShootRange float

Public Methods

Method Description
Hurt ( float damage ) : void

Protected Methods

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

Method Details

Attack() protected method

protected Attack ( ) : void
return void

Hurt() public method

public Hurt ( float damage ) : void
damage float
return void

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

spawnKey public_oe property

public bool spawnKey
return bool

stopAndShootRange public_oe property

public float stopAndShootRange
return float