@twinfinity/core
    Preparing search index...

    Interface CameraOptions

    Contains options for toggling camera functionality

    interface CameraOptions {
        isKeyboardMoveEnabled: boolean;
        isPanEnabled: boolean;
        isRotationEnabled: boolean;
        isZoomEnabled: boolean;
        mode: CameraMode;
    }

    Implemented by

    Index

    Properties

    isKeyboardMoveEnabled: boolean

    If true then camera can be moved along its axes using a keyboard. Default is by arrow keys or WASD keys.

    isPanEnabled: boolean

    If true then camera can be panned.

    isRotationEnabled: boolean

    If true then camera can be rotated

    isZoomEnabled: boolean

    If true then camera can be zoomed

    Determines mode of camera.