public class VgIEnginePostDrawCallback extends VgReferenced
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
postDraw(VgIEngineContext pContext)
This method is called after a 3D view is rendered.
|
void |
setEngine(VgIEngine pEngine)
Set the engine associated with the callback.
|
void |
swigReleaseOwnership() |
void |
swigTakeOwnership() |
getNbReferences, ref, unrefpublic void delete()
delete in class VgReferencedpublic void swigReleaseOwnership()
public void swigTakeOwnership()
public void postDraw(VgIEngineContext pContext)
pContext - the context used to draw on the screen.public void setEngine(VgIEngine pEngine)
pEngine - The engine to which this callback was added to.