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, unref
public void delete()
delete
in class VgReferenced
public 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.