StackedInt64Array2
class StackedInt64Array2(val width: Int, val height: Int, val empty: Int64 = EMPTY, val startX: Int = 0, val startY: Int = 0) : IStackedInt64Array2
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 IStackedInt64Array2.startX + IStackedInt64Array2.width
Link copied to clipboard
Shortcut for IStackedArray2Base.startY + IStackedArray2Base.height
Link copied to clipboard
Shortcut for IStackedInt64Array2.startY + IStackedInt64Array2.height
Functions
Link copied to clipboard
Link copied to clipboard
Duplicates the contents of this IStackedInt64Array2 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
open override fun IStackedArray2Base.Internal.setStackLevelInternal(x: Int, y: Int, levels: Int): Boolean