#include <planeBaseNavigator.h>
Public Member Functions | |
| planeBaseNavigator () | |
| ~planeBaseNavigator () | |
| void | render (float dT) |
| void | init (bool *_needsRenderUpdate, string fileName, int posX, int posY) |
| void | setNavigationMode (int _navigationMode) |
| planeBaseNavigator::planeBaseNavigator | ( | ) |
Constructor
| planeBaseNavigator::~planeBaseNavigator | ( | ) |
Destructor
| void planeBaseNavigator::render | ( | float | dT | ) |
renders navigator
| dT | delta time |
| void planeBaseNavigator::init | ( | bool * | _needsRenderUpdate, | |
| string | fileName, | |||
| int | posX, | |||
| int | posY | |||
| ) |
inits navigator
| _needsRenderUpdate | pointer to the renderupdate bool of the plane | |
| fileName | filename of the image for the navigator | |
| posX | x position of the navigator on the plane | |
| posY | y position of the navigator on the plane |
| void planeBaseNavigator::setNavigationMode | ( | int | _navigationMode | ) |
sets navigation mode
| _navigationMode | new mode |
1.5.4