Struct CleanAreaJob
- Namespace
- VoxelPlayground.Entity
- Assembly
- GamePlay.dll
[BurstCompile]
public struct CleanAreaJob
Fields
burn
Field Value
- bool
burnType
public BurnColorType burnType
Field Value
- BurnColorType
iCount
Field Value
- int
iDirection
Field Value
- float3
iStartOffset
Field Value
- int
jCount
Field Value
- int
jDirection
Field Value
- float3
jStartOffset
Field Value
- int
kCount
Field Value
- int
kDirection
Field Value
- float3
kStartOffset
Field Value
- int
numPointX
Field Value
- int
numPointY
Field Value
- int
numPointYMX
Field Value
- int
numPointZ
Field Value
- int
pointsData
[NativeDisableUnsafePtrRestriction]
public PointDataV2* pointsData
Field Value
- PointDataV2*
removedIndices
public NativeList<int>.ParallelWriter removedIndices
Field Value
- NativeList<int>.ParallelWriter
startPosition
public float3 startPosition
Field Value
- float3
totalRemoved
public NativeSum.ParallelWriter totalRemoved
Field Value
- NativeSum.ParallelWriter
Methods
Execute(int)
public void Execute(int index)
Parameters
index int