Skip to content

TextStudio3DOutgoingHandoffContext

StructTextStudio.ThreeDTextStudio.3D
public readonly struct TextStudio3DOutgoingHandoffContext

Read-only context supplied before the base text plan is replaced. Modules must copy any state that needs to survive the callback and use TextStudio.ThreeD.TextStudio3DOutgoingHandoffContext.GlyphChanges when targeting semantic glyphs.

public TextStudio3DText Host { get; }

Returns

TextStudio.ThreeD.TextStudio3DText

public TextStudioTextChangeHandoffRequest Request { get; }

Returns

TextStudio.TextStudioTextChangeHandoffRequest

public ulong ChangeId { get; }

Returns

System.UInt64

public TextStudioMotionPolicy MotionPolicy { get; }

Returns

TextStudio.TextStudioMotionPolicy

public TextStudioGlyphChangeSet GlyphChanges { get; }

Returns

TextStudio.TextStudioGlyphChangeSet

public string CurrentMarkup { get; }

Returns

System.String

public string NextMarkup { get; }

Returns

System.String