Click or drag to resize

PerfStatsViewStatsCollectionItem Property

Accesses the element at the specified index.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public PerfStatsViewStats this[
	int index
] { get; }

Parameters

index  Int32
The index of the element to retrieve.

Return Value

PerfStatsViewStats
The element at the given index.

Implements

IReadOnlyListTItemInt32
See Also