Click or drag to resize

PerfStatsEncoderStatsCollectionItem 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 PerfStatsEncoderStats this[
	int index
] { get; }

Parameters

index  Int32
The index of the element to retrieve.

Return Value

PerfStatsEncoderStats
The element at the given index.

Implements

IReadOnlyListTItemInt32
See Also