Struct LinkedVoxelField

Public

Public Methods

AddLinkedSpan (index, bottom, top, area, voxelWalkableClimb, objectID)
Public
Dispose ()
Public
GetSpanCount ()
Public
LinkedVoxelField (width, depth)
Public
PushToSpanRemovedStack (index)
Public
ResetLinkedVoxelSpans ()
Public
ResolveSolid (index, objectID, voxelWalkableClimb)
Public

Public Variables

AvgSpanLayerCountEstimate

Initial estimate on the average number of spans (layers) in the voxel representation.

Public
depth

The depth of the field along the z-axis.

Public
InvalidSpanValue

Constant for default LinkedVoxelSpan top and bottom values.

Public
linkedSpans
Public
MaxHeight
Public
MaxHeightInt
Public
width

The width of the field along the x-axis.

Public

Private/Protected Members

linkedCellMinMax
Private
removedStack
Private