sej
    Preparing search index...

    Class RemoveObjectCommand

    Remove object command.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    editor: Editor

    Pointer to main editor object used to initialize

    id: number

    Unique id of the command

    index?: number
    inMemory: boolean

    Whether the command is in memory.

    json: undefined | CommandJSON
    name: string

    Human readable name of the command

    object?: Object3D<Object3DEventMap>
    parent?: null | Object3D<Object3DEventMap>
    type: string

    Type of the command

    updatable: boolean

    Whether the command is updatable.

    If the command is NOT updatable, it's added as a new part of the history

    Methods