Skip to content

TextStudioCharacterSubstitutionResult

StructTextStudioTextStudio
public readonly struct TextStudioCharacterSubstitutionResult

Reports the output and scheduling consequences of one substitution update.

public readonly bool Changed

Returns

System.Boolean

public readonly bool HasActiveSubstitutions

Returns

System.Boolean

TextStudioCharacterSubstitutionResult(bool, bool)

Section titled “TextStudioCharacterSubstitutionResult(bool, bool)”
public TextStudioCharacterSubstitutionResult(bool changed, bool hasActiveSubstitutions)

Creates an update result.

Parameters

Name Type
changed System.Boolean
hasActiveSubstitutions System.Boolean