Skip to content

LayerScope3DMode

EnumTextStudio.ThreeDTextStudio.3D
public enum LayerScope3DMode

Semantic group that receives a layer when its selection matches.

PerGlyph = 0

Apply the layer only to each matching visible glyph.

Returns

TextStudio.ThreeD.LayerScope3DMode

Word = 1

Apply the layer to every glyph in a word when any glyph in that word matches.

Returns

TextStudio.ThreeD.LayerScope3DMode

Line = 2

Apply the layer to every glyph on a line when any glyph on that line matches.

Returns

TextStudio.ThreeD.LayerScope3DMode

WholeText = 3

Apply the layer to the complete text when any visible glyph matches.

Returns

TextStudio.ThreeD.LayerScope3DMode