Skip to content

TextStudio3DEntryCollection

StructTextStudio.ThreeDTextStudio.3D
public readonly struct TextStudio3DEntryCollection

Allocation-free indexed and pattern-enumerable view over all generated glyph-layer entries in a module build.

public TextStudio3DEntryCollection.Enumerator GetEnumerator()

Creates an allocation-free enumerator over the context’s generated entries.

Returns

TextStudio.ThreeD.TextStudio3DEntryCollection.Enumerator

public int Count { get; }

Returns

System.Int32

public TextStudio3DEntryView this[int index] { get; }

Parameters

Name Type
index System.Int32

Returns

TextStudio.ThreeD.TextStudio3DEntryView