C# Class _ProjectileLightning, Rookery

Inheritance: _ProjectileBase
Mostra 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_oe property

public int bounces
return int

branches public_oe property

public int branches
return int

damageModifier public_oe property

public float damageModifier
return float

decay public_oe property

public int decay
return int

lightningBranch public_oe property

public GameObject lightningBranch
return GameObject

timeAlive public_oe property

public double timeAlive
return double