Click or drag to resize

ViewportLastFrameScreenLabels Property

The list of object labels on the screen that were shown in the last frame.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public LinkedList<ViewportLastFrameScreenLabelItem> LastFrameScreenLabels { get; }

Property Value

LinkedListViewportLastFrameScreenLabelItem
See Also