InteractionMode: {
    All: 2;
    None: 0;
    Primary: 1;
} = ...

The tool interaction mode defines which camera controls are available while the tool is running.

Type declaration

  • Readonly All: 2

    The tool is performing primary and secondary interactions. Camera controls are completely disabled.

  • Readonly None: 0

    The tool is performing no interactions. Camera controls is available while tool is running.

  • Readonly Primary: 1

    The tool is performing primary interactions (left mouse button, one finger touch). Only secondary camera controls are possible.

Generated using TypeDoc