Package-level declarations
Types
Link copied to clipboard
data class TileMapData(val data: IStackedInt53Array2, val tileSet: TileSet = TileSet.EMPTY, val repeatX: TileMapRepeat = TileMapRepeat.NONE, val repeatY: TileMapRepeat = TileMapRepeat.NONE, val offsetScale: Float = 1.0f) : BaseDelegatedStackedArray2, IStackedArray2<Tile>
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
data class TileSetTileInfo(val id: Int, val slice: BmpSlice, val frames: List<TileSetAnimationFrame> = emptyList(), val collision: TileShapeInfo? = null) : Extra
Link copied to clipboard
Link copied to clipboard
data class TileShapeInfoImpl(val type: HitTestDirectionFlags, val shape: Shape2D, val transform: Matrix) : TileShapeInfo
Properties
Link copied to clipboard
Extension property to get the SliceOrientation of the Tile.
Link copied to clipboard
Extension property to determine if the SliceOrientation represents a horizontal flip.
Link copied to clipboard
Extension property to determine if the SliceOrientation represents a vertical flip.
Link copied to clipboard
Extension property to determine if the SliceOrientation represents a rotation.
Functions
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
Converts the Tile to a string representation.
Link copied to clipboard
Link copied to clipboard
Returns a new Tile with the specified orientation.