ITextStudio3DOutgoingHandoffModule
public interface ITextStudio3DOutgoingHandoffModuleParticipates in the outgoing half of an overlapping text replacement. This capability is independent of the module’s normal geometry, visual, and lifecycle roles.
Methods
Section titled “Methods”
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