LayerScope3DMode
public enum LayerScope3DModeSemantic group that receives a layer when its selection matches.
Fields
Section titled “Fields”
PerGlyph
Section titled “PerGlyph”PerGlyph = 0Apply the layer only to each matching visible glyph.
Returns
TextStudio.ThreeD.LayerScope3DMode
Word = 1Apply the layer to every glyph in a word when any glyph in that word matches.
Returns
TextStudio.ThreeD.LayerScope3DMode
Line = 2Apply the layer to every glyph on a line when any glyph on that line matches.
Returns
TextStudio.ThreeD.LayerScope3DMode
WholeText
Section titled “WholeText”WholeText = 3Apply the layer to the complete text when any visible glyph matches.
Returns
TextStudio.ThreeD.LayerScope3DMode