ITextStudioExternalEffectSource
public interface ITextStudioExternalEffectSourceOpt-in source for renderer-neutral effect contributions. Active sources are polled after the semantic plan is current and before layout, in host registration order.
Methods
Section titled “Methods”
Submit(in TextStudioExternalEffectSubmissionContext)
Section titled “Submit(in TextStudioExternalEffectSubmissionContext)”void Submit(in TextStudioExternalEffectSubmissionContext context)Submits zero or more ordered effect contributions for the current update.
Parameters
| Name | Type |
|---|---|
context |
TextStudio.TextStudioExternalEffectSubmissionContext |
Properties
Section titled “Properties”
IsActive
Section titled “IsActive”bool IsActive { get; }Whether the source currently has a contribution to submit.
Returns
System.Boolean