Class AbstractEditorAbstract

Abstract class for all viewers.

Each method begins with some manipulation of the scene, the objects or the camera. This means that the arguments are sometimes mutated. This is fine. This is by design.

Finally, when everything is ok - a signal is dispatched. Check the methods' implementations for more details.

Hierarchy

  • AbstractEditor

Implements

Constructors

Properties

camera: Camera
config?: Config
debugger: null | Debugger
gisHelper: GISHelper
history: History
loaderManager: LoaderManager
mobileUtils?: {
    isMobile: boolean;
    isOS: null | RegExpMatchArray;
    isTouch: boolean;
}

Type declaration

  • isMobile: boolean

    Determines if the current device is a mobile device

  • isOS: null | RegExpMatchArray
  • isTouch: boolean
orthographicCamera: OrthographicCamera
perspectiveCamera: PerspectiveCamera
scene: Scene
selected: Object3D[]
signals: EditorSignals
spatialHashGrid: SpatialHashGrid
storage?: Storage

Methods

  • Parameters

    • Optional object: Object3D<Object3DEventMap>

    Returns void

  • Parameters

    • uuid: string
    • traverse: boolean = false

    Returns void

Generated using TypeDoc