Function TileHandler.CutFunction

CutFunction (refUnsafeSpan<Point64Wrapper> subject, refUnsafeSpan<Point64Wrapper> contourVertices, refUnsafeSpan<NavmeshCut.ContourBurst> contours, refUnsafeSpan<int> contourIndices, refUnsafeSpan<int> contourIndicesDual, ref UnsafeList<Vector2Int> outputVertices, ref UnsafeList<int> outputVertexCountPerPolygon, int dual)
Private
delegate bool CutFunction (

refUnsafeSpan<Point64Wrapper>

subject

refUnsafeSpan<Point64Wrapper>

contourVertices

refUnsafeSpan<NavmeshCut.ContourBurst>

contours

refUnsafeSpan<int>

contourIndices

refUnsafeSpan<int>

contourIndicesDual

ref UnsafeList<Vector2Int>

outputVertices

ref UnsafeList<int>

outputVertexCountPerPolygon

int

dual

)