Options
All
  • Public
  • Public/Protected
  • All
Menu

The client-side Tile document which extends the common BaseTile document model.

mixes

ClientDocumentMixin

see

Scene The Scene document type which contains Tile documents

see

TileConfig The Tile configuration application

Hierarchy

  • any
    • TileDocument

Index

Constructors

  • Returns TileDocument

Accessors

  • get elevation(): number
  • set elevation(value: number): void
  • Define an elevation property on the Tile Document which in the future will become a core part of its data schema.

    Returns number

  • Define an elevation property on the Tile Document which in the future will become a core part of its data schema.

    Parameters

    • value: number

    Returns void

  • get sort(): number
  • Define a sort property on the Tile Document which in the future will become a core part of its data schema.

    Returns number

Methods

  • prepareDerivedData(): void
  • inheritdoc

    Returns void

  • _onUpdate(changed: any, options: any, user: any): void
  • inheritdoc

    Parameters

    • changed: any
    • options: any
    • user: any

    Returns void

Properties

x: any
y: any
#elevation: any