sej
    Preparing search index...

    Class SetPositionCommand

    Set position command.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    editor: Editor

    Pointer to main editor object used to initialize

    id: number

    Unique id of the command

    inMemory: boolean

    Whether the command is in memory.

    json: undefined | CommandJSON
    name: string

    Human readable name of the command

    newPosition?: Vector3
    object?: Object3D<Object3DEventMap>
    oldPosition?: Vector3
    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