sej
    Preparing search index...

    Class SetScaleCommand

    Set scale 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

    newScale?: Vector3
    object?: Object3D<Object3DEventMap>
    oldScale?: 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