Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITilemapOptions

Hierarchy

  • ITilemapOptions

Index

Properties

Optional assetCache

assetCache: IAssetCache

A cache of preloaded assets. Keyed by URL as it appears in the tilemap data.

Optional blendMode

blendMode: IBlendMode

What blend function/equation should we draw with?

Optional createAllImagelayers

createAllImagelayers: undefined | false | true

Should we automatically create each imagelayer? Default: true

Optional createAllTilelayers

createAllTilelayers: undefined | false | true

Should we automatically create each tilelayer? Default: true

Optional gl

gl: WebGLRenderingContext

The WebGL context to use to render.

Optional renderBackgroundColor

renderBackgroundColor: undefined | false | true

Should we render the background color of the map? Default: true

Generated using TypeDoc