Torque3D Documentation / _generateds / SceneZoneCullingState::CullingVolumeLink

SceneZoneCullingState::CullingVolumeLink

Engine/source/scene/culling/sceneZoneCullingState.h

A culling volume linked to a zone.

More...

Public Attributes

Next culling volume linked to the zone.

Culling volume.

Public Functions

Detailed Description

A culling volume linked to a zone.

note:

Memory for CullingVolumeLink instances is maintained by SceneCullingState.

Public Attributes

CullingVolumeLink * mNext 

Next culling volume linked to the zone.

SceneCullingVolume mVolume 

Culling volume.

Public Functions

CullingVolumeLink(const SceneCullingVolume & volume)