Skip to content

TextStudioDefaultEffectSettings

StructTextStudioTextStudio
public struct TextStudioDefaultEffectSettings

Serializable all-phase or per-phase default effect expressions applied when markup omits explicit effects.

public TextStudioDefaultEffectMode Mode

Returns

TextStudio.TextStudioDefaultEffectMode

public string AllPhaseEffects

Returns

System.String

public string RevealEffects

Returns

System.String

public string ActiveEffects

Returns

System.String

public string HideEffects

Returns

System.String

FromBehaviorProfile(TextStudioBehaviorProfile)

Section titled “FromBehaviorProfile(TextStudioBehaviorProfile)”
public static TextStudioDefaultEffectSettings FromBehaviorProfile(TextStudioBehaviorProfile profile)

Gets a behavior profile’s default effects, or disabled settings when unavailable.

Parameters

Name Type
profile TextStudio.TextStudioBehaviorProfile

Returns

TextStudio.TextStudioDefaultEffectSettings

public bool Equals(TextStudioDefaultEffectSettings other)

Parameters

Name Type
other TextStudio.TextStudioDefaultEffectSettings

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 static TextStudioDefaultEffectSettings None { get; }

Returns

TextStudio.TextStudioDefaultEffectSettings