Camera |
public virtual void MoveCamera( double offsetXChange, double offsetYChange )
MoveCamera method moves the camera for the mouse change defined by offsetXChange and offsetYChange parameters.
This method is called when any button to move the camera left, right, up or down is called. The parameters are the following:
left: MoveCamera(1, 0);
right: MoveCamera(-1, 0);
up: MoveCamera(0, -1);
down: MoveCamera(0, 1);