API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceTiledImageLayerData

@codexo/exojs-tiled / tiled / stable

Fields shared by every layer type.

17
props
0
methods
0
events
Import
import { TiledImageLayerData } from '@codexo/exojs-tiled'

Fields shared by every layer type.

Properties17
class?: string
id: number
image: string
Image source, relative to the map's location. Empty string if unset.
name: string
offsetx?: number
offsety?: number
opacity: number
parallaxx?: number
parallaxy?: number
repeatx?: boolean
repeaty?: boolean
tintcolor?: string
type: "imagelayer"
visible: boolean
x: number
y: number
Source