Skip to content

TextStudioEffectAreaSettings

StructTextStudioTextStudio
public struct TextStudioEffectAreaSettings

Serializable semantic range selection used to limit an effect to glyphs, words, lines, or authored ranges.

TextStudioEffectAreaSettings(TextStudioEffectAreaMode, int)

Section titled “TextStudioEffectAreaSettings(TextStudioEffectAreaMode, int)”
public TextStudioEffectAreaSettings(TextStudioEffectAreaMode mode, int groupSize)

Creates an area selection, clamping group size to at least one.

Parameters

Name Type
mode TextStudio.TextStudioEffectAreaMode
groupSize System.Int32

public bool Equals(TextStudioEffectAreaSettings other)

Parameters

Name Type
other TextStudio.TextStudioEffectAreaSettings

Returns

System.Boolean

public override bool Equals(object obj)

Parameters

Name Type
obj System.Object

Returns

System.Boolean

public override int GetHashCode()

Returns

System.Int32

public TextStudioEffectAreaMode Mode { get; }

Returns

TextStudio.TextStudioEffectAreaMode

public int GroupSize { get; }

Returns

System.Int32

public static TextStudioEffectAreaSettings Default { get; }

Returns

TextStudio.TextStudioEffectAreaSettings

public static TextStudioEffectAreaSettings Range { get; }

Returns

TextStudio.TextStudioEffectAreaSettings