interface FogExplorationData {
    _id: string;
    scene: string;
    user: string;
    explored: string;
    positions: object;
    timestamp: number;
    flags: object;
}

Properties

_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 image/jpeg 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

flags: object

An object of optional key/value flags