FogExplorationData

data. FogExplorationData

The data schema for a FogExploration document.

Constructor

new FogExplorationData(data, documentopt)

See:
  • BaseFogExploration
Properties:
Name Type Description
_id string

The _id which uniquely identifies this FogExploration document

scene string

The _id of the Scene document to which this fog applies

user string

The _id of the User document to which this fog applies

explored string

The base64 png image of the explored fog polygon

positions object

The object of scene positions which have been explored at a certain vision radius

timestamp number

The timestamp at which this fog exploration was last updated

Parameters:
Name Type Attributes Description
data object

Initial data used to construct the data object

document BaseFogExploration <optional>

The document to which this data object belongs

Extends

  • DocumentData