readonly Matrix4x4 cullingMatrix
 
NativeArray< BatchVisibility > batchVisibility
 
BatchCullingContext(NativeArray< Plane > inCullingPlanes, NativeArray< BatchVisibility > inOutBatchVisibility, NativeArray< int > outVisibleIndices, NativeArray< int > outVisibleIndicesY, LODParameters inLodParameters, Matrix4x4 inCullingMatrix, float inNearPlane)
 
readonly LODParameters lodParameters
 
NativeArray< int > visibleIndices
 
NativeArray< int > visibleIndicesY
 
readonly NativeArray< Plane > cullingPlanes