Skip to content

LayerSelection3DMode

EnumTextStudio.ThreeDTextStudio.3D
public enum LayerSelection3DMode

How an authored layer chooses the visible glyphs it affects.

All = 0

Apply the layer to every visible glyph.

Returns

TextStudio.ThreeD.LayerSelection3DMode

VisibleGlyphRange = 1

Apply the layer to a zero-based range of visible glyph identities.

Returns

TextStudio.ThreeD.LayerSelection3DMode

Characters = 2

Apply the layer only to Unicode codepoints listed in the character set.

Returns

TextStudio.ThreeD.LayerSelection3DMode