C# Class _ProjectileLightning, Rookery

Inheritance: _ProjectileBase
Show file Open project: AIESeattleGameArt/Rookery

Public Properties

Property Type Description
bounces int
branches int
damageModifier float
decay int
lightningBranch GameObject
timeAlive double

Public Methods

Method Description
Hit ( GameObject other ) : void
Move ( ) : void
Update ( ) : void

Method Details

Hit() public method

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

Move() public method

public Move ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

bounces public property

public int bounces
return int

branches public property

public int branches
return int

damageModifier public property

public float damageModifier
return float

decay public property

public int decay
return int

lightningBranch public property

public GameObject lightningBranch
return GameObject

timeAlive public property

public double timeAlive
return double