InfiniteGridStackedIntArray2
class InfiniteGridStackedIntArray2(val grid: SizeInt = SizeInt(16, 16), var empty: Int = StackedIntArray2.EMPTY) : SparseChunkedStackedIntArray2
Properties
Link copied to clipboard
Link copied to clipboard
Version of the data. Each change increments this.
Link copied to clipboard
Shortcut for IStackedArray2Base.startX + IStackedArray2Base.width
Link copied to clipboard
Shortcut for IStackedArray2Base.startY + IStackedArray2Base.height
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Duplicates the contents of this IStackedIntArray2 keeping its contents data
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun IStackedArray2Base.Internal.setStackLevelInternal(x: Int, y: Int, levels: Int): Boolean