Options
All
  • Public
  • Public/Protected
  • All
Menu

The Document definition for a Scene. Defines the DataSchema and common behaviors for a Scene which are shared between both client and server.

mixes

SceneData

memberof

documents

param data

Initial data from which to construct the Scene

param context

Construction context options

Hierarchy

Index

Constructors

Properties

metadata: any = ...

Default metadata which applies to each instance of this Document type.

Methods

  • migrateData(data: any): any
  • inheritdoc

    Parameters

    • data: any

    Returns any

  • shimData(data: any, options: any): any
  • inheritdoc

    Parameters

    • data: any
    • options: any

    Returns any