StackedIntArray2
class StackedIntArray2(val width: Int, val height: Int, val empty: Int = EMPTY, val startX: Int = 0, val startY: Int = 0) : IStackedIntArray2
Constructors
Properties
Link copied to clipboard
Version of the data. Each change increments this.
Link copied to clipboard
Link copied to clipboard
Shortcut for IStackedArray2Base.startX + IStackedArray2Base.width
Link copied to clipboard
Shortcut for IStackedArray2Base.startY + IStackedArray2Base.height
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
open override fun IStackedArray2Base.Internal.setStackLevelInternal(x: Int, y: Int, levels: Int): Boolean