Property | Type | Description | |
---|---|---|---|
MissileCount | int | ||
ShotCount | int | ||
ShotPower | int | ||
TotalMissiles | int |
Method | Description | |
---|---|---|
AddMissile ( ) : void | ||
Init ( |
||
Resume ( ) : void | ||
Shoot ( Vtj.Gaming.Vector2D gunLocation, Vtj.Gaming.Vector2D missileBayLocation ) : void | ||
Update ( System.Html.Media.Graphics.CanvasContext2D context ) : void |
public Shoot ( Vtj.Gaming.Vector2D gunLocation, Vtj.Gaming.Vector2D missileBayLocation ) : void | ||
gunLocation | Vtj.Gaming.Vector2D | |
missileBayLocation | Vtj.Gaming.Vector2D | |
return | void |
public Update ( System.Html.Media.Graphics.CanvasContext2D context ) : void | ||
context | System.Html.Media.Graphics.CanvasContext2D | |
return | void |