Skip to content

TextStudioEffectInvocation

StructTextStudioTextStudio
public readonly struct TextStudioEffectInvocation

One externally submitted renderer-neutral effect layer and its normalized progress, intensity, phase, and glyph range.

public readonly string EffectId

Returns

System.String

public readonly TextStudioTagParameters Parameters

Returns

TextStudio.TextStudioTagParameters

public readonly TextStudioPhaseMask PhaseMask

Returns

TextStudio.TextStudioPhaseMask

public readonly float Intensity

Returns

System.Single

public readonly float TimeOffset

Returns

System.Single

TextStudioEffectInvocation(string, TextStudioTagParameters, TextStudioPhaseMask, float, float)

Section titled “TextStudioEffectInvocation(string, TextStudioTagParameters, TextStudioPhaseMask, float, float)”
public TextStudioEffectInvocation(string effectId, TextStudioTagParameters parameters, TextStudioPhaseMask phaseMask, float intensity, float timeOffset)

Creates an external effect submission, clamping normalized progress and intensity.

Parameters

Name Type
effectId System.String
parameters TextStudio.TextStudioTagParameters
phaseMask TextStudio.TextStudioPhaseMask
intensity System.Single
timeOffset System.Single