Skip to content

ITextStudio3DOutgoingHandoffModule

InterfaceTextStudio.ThreeDTextStudio.3D
public interface ITextStudio3DOutgoingHandoffModule

Participates in the outgoing half of an overlapping text replacement. This capability is independent of the module’s normal geometry, visual, and lifecycle roles.

CanHandleOutgoingHandoff(TextStudio3DText)

Section titled “CanHandleOutgoingHandoff(TextStudio3DText)”
bool CanHandleOutgoingHandoff(TextStudio3DText host)

Returns whether this module can participate in an outgoing handoff for the supplied host.

Parameters

Name Type
host TextStudio.ThreeD.TextStudio3DText

Returns

System.Boolean

TryHandleOutgoingHandoff(in TextStudio3DOutgoingHandoffContext)

Section titled “TryHandleOutgoingHandoff(in TextStudio3DOutgoingHandoffContext)”
bool TryHandleOutgoingHandoff(in TextStudio3DOutgoingHandoffContext context)

Captures or otherwise handles outgoing glyph state for the supplied text replacement.

Parameters

Name Type
context TextStudio.ThreeD.TextStudio3DOutgoingHandoffContext

Returns

System.Boolean