SceneZoneSpaceManager::ZoneContentIterator
Engine/source/scene/zones/sceneZoneSpaceManager.h
Iterator for the contents of a given zone.
Private Attributes
Public Functions
Detailed Description
Iterator for the contents of a given zone.
Private Attributes
SceneObject::ZoneRef * mCurrent
Public Functions
ZoneContentIterator(SceneZoneSpaceManager * manager, S32 zoneId, bool upToDate)
isValid()
operator!()
operator*()
operator++()
operator--()
operator->()