SceneZoneCullingState::CullingVolumeIterator
Engine/source/scene/culling/sceneZoneCullingState.h
Iterator over the culling volumes assigned to a zone.
Private Attributes
Public Functions
bool
isValid()
Detailed Description
Iterator over the culling volumes assigned to a zone.
Private Attributes
CullingVolumeLink * mCurrent
Public Functions
CullingVolumeIterator(const SceneZoneCullingState & state)
isValid()
operator*()
operator++()
operator->()