Pins a UIView to a given mapPosition.
More...
Inherits VgIEnginePostDrawCallback.
|
| __weak UIView * | mView |
| |
| VgEngine::VgICamera * | mCamera |
| | View to update, weak reference since the view has this callback. More...
|
| |
| VgEngine::VgPosition | mPosition |
| | Current camera. More...
|
| |
Pins a UIView to a given mapPosition.
This callback will be called every frame to adjust the UIView position.
| ViewRepositionPostDrawCallback::ViewRepositionPostDrawCallback |
( |
UIView * |
pView, |
|
|
VgEngine::VgICamera * |
pCamera, |
|
|
const VgEngine::VgPosition & |
pPosition |
|
) |
| |
Position used to pin the View.
| virtual void ViewRepositionPostDrawCallback::postDraw |
( |
VgEngine::VgIEngineContext * |
pContext | ) |
|
|
virtual |
Reposition the UIView after a draw.
| VgEngine::VgICamera* ViewRepositionPostDrawCallback::mCamera |
|
protected |
View to update, weak reference since the view has this callback.
| VgEngine::VgPosition ViewRepositionPostDrawCallback::mPosition |
|
protected |
| __weak UIView* ViewRepositionPostDrawCallback::mView |
|
protected |
The documentation for this class was generated from the following file: