Swarm Demo 1.6
Demonstration of the swarm object manager
Public Member Functions | Public Attributes
Ship Class Reference

The Ship class displays a ship and takes input to fire bullets. More...

List of all members.

Public Member Functions

void Initialize ()
 Sets up the ship.
void FrameUpdate ()
 Called every frame from the Main class.

Public Attributes

float turnSpeed
 the speed to turn the ship
float bulletSpeed
 the speed of the bullets

Detailed Description

The Ship class displays a ship and takes input to fire bullets.


Member Function Documentation

void Ship.FrameUpdate ( )

Called every frame from the Main class.

void Ship.Initialize ( )

Sets up the ship.


Member Data Documentation

the speed of the bullets

the speed to turn the ship


The documentation for this class was generated from the following file: