Type Alias TExpandOptions

TExpandOptions: TCameraAnimationOptions & {
    cameraPanMode?: "default" | "elevation";
    changeFloorOnElevationChanges?: boolean;
    distanceBetweenFloors?: number;
    includedFloors?: Floor[];
}

Type declaration

  • OptionalcameraPanMode?: "default" | "elevation"

    The pan mode to use when animating the camera.

    'elevation'
    
  • OptionalchangeFloorOnElevationChanges?: boolean

    Whether to change the floor on elevation changes.

    true
    
  • OptionaldistanceBetweenFloors?: number

    The distance between floors in the stack in meters.

  • OptionalincludedFloors?: Floor[]

    The floors to include in the stack.