C# Class IceGem, angrygoats

Purpose: The ice/blue gem. Useful for slowing enemies for a prolonged period of time so that you can make your get away.
Inheritance: GenericGem
Exibir arquivo Open project: dulb640/angrygoats

Public Properties

Property Type Description
factor float

Public Methods

Method Description
castAnimation ( ) : void
onEnemyHit ( GameObject other ) : void

Protected Methods

Method Description
doEffect ( ) : void

Method Details

castAnimation() public method

public castAnimation ( ) : void
return void

doEffect() protected method

protected doEffect ( ) : void
return void

onEnemyHit() public method

public onEnemyHit ( GameObject other ) : void
other GameObject
return void

Property Details

factor public_oe property

public float factor
return float