|
Swarm Demo 1.6
Demonstration of the swarm object manager
|
The Ship class displays a ship and takes input to fire bullets. More...
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 | |
The Ship class displays a ship and takes input to fire bullets.
| void Ship.FrameUpdate | ( | ) |
Called every frame from the Main class.
| void Ship.Initialize | ( | ) |
Sets up the ship.
| float Ship.bulletSpeed |
the speed of the bullets
| float Ship.turnSpeed |
the speed to turn the ship
1.7.4