Type Alias TAddImageOptions

TAddImageOptions: {
    flipImageToFaceCamera?: boolean;
    height: number;
    rotation?: number;
    verticalOffset?: number;
    width: number;
}

Options for controlling the behavior of an Image.

Type declaration

  • OptionalflipImageToFaceCamera?: boolean

    Attempt to keep the image facing the camera as much as possible

    false
    
  • height: number

    Height of the image in meters.

  • Optionalrotation?: number

    Rotation of the image in degrees clockwise from North. 0 degrees is North, 90 degrees is East, 180 degrees is South, and 270 degrees is West.

    0
    
  • OptionalverticalOffset?: number

    Vertical offset of the image in meters.

    0
    
  • width: number

    Width of the image in meters.