Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SceneViewPerformanceInfo

This class contains information about performance in the scene like global memory usage and additional details for layers about memory consumption and number of features.

Read more...

Hierarchy

  • SceneViewPerformanceInfo

Index

Properties

edgesMemory

edgesMemory: number

An estimate of the memory used by the Edges3D feature when added to 3D objects in SceneLayer or to polygons with ExtrudeSymbol3DLayer symbols.

Read more...

layerPerformanceInfos

layerPerformanceInfos: LayerPerformanceInfo[]

An array representing detailed information about memory usage of most layers.

Read more...

quality

quality: number

Quality level as a number between 0 and 1.

Read more...

terrainMemory

terrainMemory: number

An estimate of the memory currently in use by ElevationLayer and tiled layers, in bytes.

Read more...

totalMemory

totalMemory: number

The total memory available to the SceneView, in bytes.

Read more...

usedMemory

usedMemory: number

An estimate of the memory that is in use by the SceneView, in bytes.

Read more...

Generated using TypeDoc