Click or drag to resize

PerfStatsEncoderStatsCollectionEnumeratorMoveNext Method

Advances to the next item in the sequence.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool MoveNext()

Return Value

Type: Boolean
true if there are more items in the collection; otherwise, false.

Implements

IEnumeratorMoveNext
See Also