C# Class Category5.VictimUFO

Inheritance: Victim
Show file Open project: AnyKey/tojam4 Class Usage Examples

Protected Properties

Property Type Description
flyHeading float
level Level
squareDimensions int

Public Methods

Method Description
HitTest ( Tornado tornado, List victimsToCollideCheck ) : void
Update ( float Time ) : void
VictimUFO ( MegaTile ParentMegaTile, Animation GroundAnimation, Animation StumpAnimation, Animation ExplodeAnimation, Animation TornadoAnimation, string SoundFileName, Level ParentLevel ) : System

Protected Methods

Method Description
Clone ( ) : Victim
Move ( float time ) : void
PlaceInWorld ( ) : void

Method Details

Clone() protected method

protected Clone ( ) : Victim
return Victim

HitTest() public method

public HitTest ( Tornado tornado, List victimsToCollideCheck ) : void
tornado Tornado
victimsToCollideCheck List
return void

Move() protected method

protected Move ( float time ) : void
time float
return void

PlaceInWorld() protected method

protected PlaceInWorld ( ) : void
return void

Update() public method

public Update ( float Time ) : void
Time float
return void

VictimUFO() public method

public VictimUFO ( MegaTile ParentMegaTile, Animation GroundAnimation, Animation StumpAnimation, Animation ExplodeAnimation, Animation TornadoAnimation, string SoundFileName, Level ParentLevel ) : System
ParentMegaTile MegaTile
GroundAnimation Animation
StumpAnimation Animation
ExplodeAnimation Animation
TornadoAnimation Animation
SoundFileName string
ParentLevel Level
return System

Property Details

flyHeading protected property

protected float flyHeading
return float

level protected property

protected Level level
return Level

squareDimensions protected property

protected int squareDimensions
return int