Type Alias TFollowMode

TFollowMode:
    | "position-only"
    | "position-and-heading"
    | "position-and-path-direction"
    | false

Type declaration

  • "position-only"

    Camera position follows the Blue Dot's position.

  • "position-and-heading"

    Camera position follows the Blue Dot's position. Camera bearing matches the Blue Dot's heading.

  • "position-and-path-direction"

    Camera position follows the Blue Dot's position. Camera bearing is calculated based on the Navigation path.

  • false

    Disables follow mode

MMNEPVFCICPMFPCPTTAAATR