Spatial3DView

A Spatial 3D view.

Properties

Background

Configuration for the background of a view.

  • kind: The type of the background. Defaults to BackgroundKind.GradientDark.
  • color: Color used for BackgroundKind.SolidColor.

VisibleTimeRanges

Configures what range of each timeline is shown on a view.

Whenever no visual time range applies, queries are done with "latest at" semantics. This means that the view will, starting from the time cursor position, query the latest data available for each component type.

The default visual time range depends on the type of view this property applies to:

  • For time series views, the default is to show the entire timeline.
  • For any other view, the default is to apply latest-at semantics.
  • ranges: The time ranges to show for each timeline unless specified otherwise on a per-entity basis.

Example

Use a blueprint to customize a Spatial3DView