![]() |
Public API Reference |
#include <sector.h>
Inheritance diagram for iSectorCallback:

Public Methods | |
| virtual void | Traverse (iSector *sector, iBase *context)=0 |
| Sector will be traversed. More... | |
The given context will be either an instance of iRenderView, iFrustumView, or else 0.
Definition at line 62 of file iengine/sector.h.
|
||||||||||||
|
Sector will be traversed. It is safe to delete this callback in this function. |