LayerSelection3DMode
public enum LayerSelection3DModeHow an authored layer chooses the visible glyphs it affects.
Fields
Section titled “Fields”
All = 0Apply the layer to every visible glyph.
Returns
TextStudio.ThreeD.LayerSelection3DMode
VisibleGlyphRange
Section titled “VisibleGlyphRange”VisibleGlyphRange = 1Apply the layer to a zero-based range of visible glyph identities.
Returns
TextStudio.ThreeD.LayerSelection3DMode
Characters
Section titled “Characters”Characters = 2Apply the layer only to Unicode codepoints listed in the character set.
Returns
TextStudio.ThreeD.LayerSelection3DMode