Text Studio API Reference
This reference is generated from the shipped Text Studio assemblies and their XML documentation.
TextStudio
Section titled “TextStudio”- ActionContext — Context passed to action execution.
- ActionMarker — Parsed action data from text markup. Immutable once created.
- AnimationPhase — API type
- ArcPlacement — Arc placement: distributes glyphs along a circular arc. Only controls position + path frame. Glyph rotation is handled globally by the hub’s…
- CharacterSubstitutionBinding — Binding of a presentation-layer character substitution to a glyph range.
- CharacterTimings — Punctuation-aware character timings for natural typewriter pacing.
- CirclePlacement — Circle placement: distributes glyphs evenly around a full circle. Rotation is handled by the hub-level TextStudio.PlacementOrientation module.
- CurveType — API type
- DecorationBits — Which decoration tiles this glyph participates in. Combinable as flags so a single character can sit under an underline and a strikethrough at the…
- DirtyFlags — API type
- EffectBinding — Binding of an effect to a glyph range within the text.
- EffectBlendMode — API type
- EffectCurveAsset — API type
- EffectEvaluationContext — Context passed to effect evaluation. Contains all timing and effect area information needed for effect computation without accessing global state.
- EffectInfoAttribute — Attaches display metadata to an ITextStudioEffect or a TextStudioEffectAsset subclass so editor tooling can render a premium inspector (category…
- EffectPlaybackAsset — API type
- EffectPlaybackCompletion — API type
- EvaluatedGlyphState — Per-glyph evaluated animation state. Output of the animation evaluation pipeline. 8 channels with per-channel blend mode support.
- GlyphInstanceFlags — API type
- GlyphLayoutInfo — Per-glyph layout data produced by the layout engine. Backend-neutral: TMP and UITK adapters translate their layout to this model.
- GlyphPlacement — Per-glyph placement result. 3D-capable with tangent and up vectors for path-following placement modes.
- GlyphRun — A run of visible glyphs with shared style properties.
- GridCellSizing — Controls whether grid cells follow rendered glyph bounds or authored dimensions.
- GridFlow — Controls which grid axis fills first.
- GridPlacement — Grid placement: arranges glyphs in a grid pattern.
- IEffectCurve — Curve evaluation interface. Provides normalized (0–1 or -1 to 1) curve sampling. Curves are separate ScriptableObjects composable with any effect.
- IEffectPlayback — Playback mode interface for effect timing/intensity.
- IGlyphMetricsProvider — Backend-neutral source of per-character advance widths and kerning adjustments. Implemented by renderers that have font metrics available (e.g. the…
- IPlacementContextStrategy — Extended placement contract for strategies that need rendered line ranges and sizing metadata in addition to the flat glyph positions.
- IPlacementStrategy — Interface for placement strategies. Placement modes transform linear layout positions into final 3D positions.
- IPresentationGlyphProvider — Addon extension point for presentation glyph substitution. Terminal FX, Mechanical Displays, and custom addons implement this to substitute visual…
- ISettingsProvider
— Settings cascade interface: Global SO → Shared SO → Local inline. Never cached — always read through provider for runtime swappability. Adopted from… - ITextStudioAction — Action factory interface. Actions are invoked during text reveal (wait, speed change, events, etc.). Priority chain: Local component → Global…
- ITextStudioActionDefinitionProvider — API type
- ITextStudioAddonDirtyNotifier — Addon dirty notification interface. Addons signal the base controller when they need a presentation update.
- ITextStudioBackendHost — Advanced text-backend host view. Everyday playback code should not depend on this contract.
- ITextStudioCharacterSubstitution — API type
- ITextStudioCharacterSubstitutionRuntime — API type
- ITextStudioContent — Focused content contract shared by component and UI Toolkit hosts. Use this view when a caller owns text content but not playback policy.
- ITextStudioController — Minimal controller interface exposed to actions.
- ITextStudioCue — User-facing marker for timeline instructions such as wait, speed, event, and input markers. Cues keep the existing action execution contract.
- ITextStudioEditModePreviewAction — Optional metadata marker for actions that are designed to behave predictably during edit-mode preview. Runtime-only actions still require the…
- ITextStudioEffect — Runtime leaf evaluator. Expansion-only definitions such as Composed Effects deliberately do not implement this interface and are flattened into leaf…
- ITextStudioEffectCapabilitiesProvider — API type
- ITextStudioEffectDefinition — Base interface for all text effects. Effects modify glyph states through a channel-based evaluation model with explicit blend modes (not…
- ITextStudioExtensionTagProcessor — API type
- ITextStudioExternalTextSource — Marker interface for any component that programmatically drives the text on a TextStudio.TextStudioText hub (localization bridges, data bindings…
- ITextStudioHostMeshRendererOwner — Optional renderer contract for an external backend that intentionally reuses the host world-space TMP MeshFilter and MeshRenderer. The hub still…
- ITextStudioInputProvider — API type
- ITextStudioKeyedInputProvider — API type
- ITextStudioLayoutBackend — API type
- ITextStudioMarkupPreprocessor — API type
- ITextStudioMeshBackend — API type
- ITextStudioParameterizedEffect — Optional effect hook for tags that carry inline parameters. Called once while binding a compiled plan, never during per-glyph evaluation.
- ITextStudioPlacementExtension — Optional metadata contract for component-based placement extensions. The Text Studio hub owns selection and composition while add-ons provide…
- ITextStudioPlayback — Focused reveal and hide playback contract shared by every Text Studio host.
- ITextStudioPreviewStageProvider — Optional renderer extension for the shared Text Studio preview lifecycle. The base owns mode/view/quality selection and playback; renderers…
- ITextStudioRenderDomainProvider — Optional renderer contract used by authoring catalogs and diagnostics to distinguish flat text from extrusion-specific output without depending on…
- ITextStudioRenderer — Renderer add-on contract. Components that visualize TextStudio output (extruded 3D text, mechanical flip tiles, custom backends) implement this…
- ITextStudioRendererChannelSupport — Optional renderer extension contract for precise effect-channel compatibility. Text Studio keeps effect evaluation renderer-agnostic; renderers use…
- ITextStudioRevealState — Read-only reveal information exposed to character-substitution extensions.
- ITextStudioShapedGlyphBackend — Optional topology contract for renderers that need the exact shaped glyph IDs and font outlines selected by a text backend. This keeps complex…
- ITextStudioTextBackend — Stable identity and lifecycle contract for an optional text backend. Source, layout, and mesh responsibilities are split into additive interfaces so…
- ITextStudioTextSource — Text source interface for canonical text input. Sources provide text with version tracking for dirty detection.
- ITextStudioTextSourceBackend — API type
- ITextStudioVisibility — Focused runtime visibility contract. Visibility overrides never change authored markup.
- ITextStudioWaitLifecycleSink — API type
- ITypewriterProvider — Typewriter provider interface for components that can drive reveal sequences. Adopted from Text Animator’s TypewriterCore pattern.
- LayoutSettings — Backend-neutral layout configuration.
- LegacyTextStudioInputProvider — API type
- LinearPlacement — Linear placement: glyphs stay at their layout positions (identity transform).
- LineRange — Line segmentation range.
- OverflowPolicy — Overflow handling policy.
- ParagraphRange — Paragraph segmentation range.
- PathSpacing — Controls how glyphs are distributed along path-following placements (Arc, Spline).
- PhaseParams — Per-glyph stagger parameters for animation phasing. Controls how effects stagger across characters, words, and lines.
- PlacementContext — Shared input for placement strategies. Keeps per-glyph positions contiguous while allowing path strategies to preserve rendered line boundaries.
- PlacementMode — API type
- PlacementOrientation — Placement-agnostic orientation override. Placement Default preserves the strategy-authored rotation while the other policies reinterpret its frame.
- PlaybackMode — API type
- PresentationFlags — API type
- PresentationGlyph — A single glyph in the presentation layer. Separates canonical text (what was authored) from visual text (what is displayed). Addons like Terminal FX…
- RegionToGlyphMap — Maps a named region to its glyph range.
- RendererCapabilities — Capability flags that describe what a renderer can express for a given frame. Used to warn users about mismatches (e.g. color effects on a…
- RevealMode — API type
- RevealTimingsPreset — Built-in reveal timing presets, used when the hub has no custom TypingTimingsBase asset assigned. See BuiltInTimings for the actual delay curves.
- StringTextSource — Simple string-based text source.
- SubstitutionState — API type
- TextAlignment — Alignment modes for text layout.
- TextStudioActionAsset — ScriptableObject base for actions that can be registered in the database.
- TextStudioActionComponent — Scene-local action base. Attach next to a TextStudioText hub to make the tag available only for that hub, without touching global project settings.
- TextStudioActionDefinition — API type
- TextStudioActionDefinitionUtility — API type
- TextStudioActions — Registers and resolves actions invoked by Text Studio markup.
- TextStudioAnimatedLabel — Convenience UI Toolkit label for Text Studio markup. Runtime behavior is delegated to TextStudio.TextStudioUITKBinding so version-specific support…
- TextStudioApi — Public convenience API for common TextStudio operations. Wraps the hub with simple methods so callers can drive reveal without poking at the full…
- TextStudioAudioPlayer — API type
- TextStudioAudioPlayerClipSequenceMode — API type
- TextStudioAudioPlayerMarkerCue — API type
- TextStudioAudioPlayerPlaybackMode — API type
- TextStudioAudioPlayerRules — API type
- TextStudioAudioPlayerSettingsSource — API type
- TextStudioAudioSet — API type
- TextStudioAuthoringMode — API type
- TextStudioAuthoringProfile — Selects the source markup dialect accepted before Text Studio compiles canonical tags.
- TextStudioAutoScrollFollower — API type
- TextStudioBackendLayoutBuilder — Controlled writer that lets an optional backend publish layout without exposing Text Studio’s mutable layout storage.
- TextStudioBackendLayoutData — Structured zero-allocation layout publication request. Array inputs remain caller-owned and are copied into Text Studio storage only when committed…
- TextStudioBackendLayoutRequest — API type
- TextStudioBackendShapedFontFace — API type
- TextStudioBackendShapedGlyph — API type
- TextStudioBackendTextRequest — API type
- TextStudioBackendWriteHandling — API type
- TextStudioBuiltInActionIds — Stable identifiers for actions included with Text Studio.
- TextStudioBuiltInEffectIds — Stable identifiers for effects included with Text Studio.
- TextStudioChannelBlendModes — API type
- TextStudioChannelDescriptor — API type
- TextStudioChannelPerformanceClass — API type
- TextStudioChannelRegistry — API type
- TextStudioChannelStage — API type
- TextStudioChannelValueType — API type
- TextStudioCharacterSubstitutionContext — API type
- TextStudioCharacterSubstitutionDefinition — API type
- TextStudioCharacterSubstitutionResult — API type
- TextStudioCharacterVisibleEvent — API type
- TextStudioColorBlendMode — API type
- TextStudioColorUtility — API type
- TextStudioComposedEffectAsset — API type
- TextStudioCompositionAuthoringSpace — API type
- TextStudioCompositionChannel — API type
- TextStudioCompositionColorMode — API type
- TextStudioCompositionLayer — API type
- TextStudioCompositionLayerKind — API type
- TextStudioCompositionTagSpec — API type
- TextStudioCornerOffsets — Independent 2D offsets for the four vertices of a glyph quad. Values use Text Studio effect units and are applied before the glyph transform.
- TextStudioCustomChannelState — Bounded allocation-free payload carried with each evaluated glyph. Descriptor IDs resolve to stable component slots for the current domain…
- TextStudioDecorationGraphic — UnityEngine.UI.MaskableGraphic used inside TextStudio.TextStudioDecorations to render curved underline / strikethrough / double underline / overline…
- TextStudioDefaultAttribute — Marks a field with a recommended default. The default property drawer renders a small reset button next to the field; clicking it writes the default…
- TextStudioDefaultEffectMode — API type
- TextStudioDefaultEffectSettings — API type
- TextStudioDefaultEffectsSource — API type
- TextStudioDefaultSettings — Global Text Studio defaults. Text Studio does not ship a default settings asset. Users can optionally create one at Text Studio’s canonical…
- TextStudioDiagnostic — API type
- TextStudioDiagnosticCode — API type
- TextStudioDiagnosticReport — API type
- TextStudioDiagnosticSeverity — API type
- TextStudioDialogueSource — Generic bridge for narrative, dialogue, subtitle, and speech-bubble systems. Third-party tools can call this component without taking a package…
- TextStudioDirtyGlyphView — Read-only view of the glyphs changed for the current frame.
- TextStudioEffectAliasAttribute — API type
- TextStudioEffectAreaMode — API type
- TextStudioEffectAreaSettings — API type
- TextStudioEffectAsset — Non-generic base class for effect assets that directly evaluate glyph state.
- TextStudioEffectAsset<TState, TParams> — Generic ScriptableObject wrapper for effects. Provides type-safe effect creation with minimal boilerplate.
- TextStudioEffectCapabilities — API type
- TextStudioEffectCompatibility — API type
- TextStudioEffectCompatibilityResolver — API type
- TextStudioEffectCompatibilityState — API type
- TextStudioEffectCurvePreset — API type
- TextStudioEffectDefinitionAsset — Serialized base for every effect definition, including expansion-only definitions.
- TextStudioEffectInvocation — API type
- TextStudioEffectPerformanceTier — API type
- TextStudioEffectPhaseBlock — API type
- TextStudioEffectPlaybackPreset — API type
- TextStudioEffects — Registers and resolves effect definitions, curves, and playback strategies. Runtime registrations have priority over project and built-in entries.
- TextStudioEffectUnitContext — API type
- TextStudioEmissionHandle — Generation-safe reference to one active temporary emission.
- TextStudioEmissionMergeMode — API type
- TextStudioEmissionOutputSpace — API type
- TextStudioEmissionOverflowPolicy — API type
- TextStudioEmissionPreset — Reusable presentation and lifecycle policy for temporary text. Gameplay meaning remains in the asset name and caller, not the runtime engine.
- TextStudioEmissionRequest — One temporary text request. Use the emitter convenience methods for common calls.
- TextStudioEmitter — Owns bounded, temporary Text Studio hosts. Presentation remains in profiles and prefabs.
- TextStudioExtensions — Registers and resolves extension tags, character substitutions, and tag expansions.
- TextStudioExtensionTag — API type
- TextStudioExtensionTagBoundary — API type
- TextStudioExtensionTagDefinition — API type
- TextStudioExtensionTagDispatch — API type
- TextStudioExtensionTagShape — API type
- TextStudioFrame — Read-only frame view passed to every TextStudio.ITextStudioRenderer each pipeline tick. The view owns no buffers and does not allocate. Its data is…
- TextStudioGlyphColorBounds — Renderer-neutral local coordinates used to sample a glyph’s source corner colors. TMP-backed bounds are relative to the character origin and…
- TextStudioGlyphColorQuad — Renderer-neutral source colors for the four canonical corners of a glyph. The order matches TMP quads: bottom-left, top-left, top-right, bottom-right.
- TextStudioGlyphInstanceState — API type
- TextStudioGlyphQuadTransform — Resolved transform for one glyph quad. Render backends use this to apply Text Studio placement, animation, pivot, color, and alpha consistently.
- TextStudioGlyphQuadTransformer — Shared quad-space transform utility for TMP-style render backends.
- TextStudioGlyphVisualBounds — API type
- TextStudioInfluenceField — API type
- TextStudioInfluenceFieldAxis — API type
- TextStudioInfluenceFieldCombine — API type
- TextStudioInfluenceFieldShape — API type
- TextStudioInfluenceFieldSpace — API type
- TextStudioInfluenceFieldStack — API type
- TextStudioInstantRange — API type
- TextStudioMarkerBinding — API type
- TextStudioMarkerEventRouter — Inspector-friendly marker router for gameplay hooks such as dialogue commands, audio cues, camera beats, and quest events.
- TextStudioMarkerPayloadMode — API type
- TextStudioMarkupDiagnostics — API type
- TextStudioMarkupPreprocessContext — API type
- TextStudioMarkupSyntax — Configures project-wide or per-host authoring syntax without adding provider dependencies.
- TextStudioMessageEvent — API type
- TextStudioMotionPolicy — API type
- TextStudioMotionSettings — API type
- TextStudioNamedTagParameter — API type
- TextStudioNumberFormat — Shared numeric presentation used by persistent content and temporary emissions. Formatting occurs only when content changes.
- TextStudioOwnershipMode — API type
- TextStudioPageNavigator — API type
- TextStudioParameterAliasAttribute — Adds an alternate inline markup parameter name for an effect field.
- TextStudioPhaseMask — API type
- TextStudioPlacementDimension — Describes whether a placement stays in the text plane or uses depth.
- TextStudioPlacementOrientation — Shared orientation policies used by path and spatial placement extensions.
- TextStudioPlanView — Read-only semantic plan consumed by renderers and integrations.
- TextStudioPlaySoundAction — API type
- TextStudioPlaySoundActionComponent — API type
- TextStudioPresentationGlyphWriter — Controlled writer for presentation-glyph substitutions.
- TextStudioPreview — Preview controller attached to a TextStudio.TextStudioText hub. Exposes Play / Pause / Restart / Scrub / ShowEndState operations that work…
- TextStudioPreviewCameraPose — API type
- TextStudioPreviewDiagnostic — API type
- TextStudioPreviewDiagnosticSeverity — API type
- TextStudioPreviewQuality — API type
- TextStudioPreviewSegment — API type
- TextStudioPreviewStageCapabilities — API type
- TextStudioPreviewStageMode — API type
- TextStudioPreviewStageSettings — API type
- TextStudioPreviewView — API type
- TextStudioProfile — API type
- TextStudioProjectSettings — Optional user-created project-level settings. Ships zero assets by default; a user can create one via Assets → Create → Text Studio → Project…
- TextStudioRangeAttribute — Compact ranged float attribute used by Text Studio effect authoring. Renders as a slider with optional snap increment and unit suffix.
- TextStudioReadOnlyBuffer
— Zero-allocation read-only view over a bounded portion of an engine-owned array. The view is valid only for the duration documented by the API that… - TextStudioReadOnlyBuffer
.Enumerator — API type - TextStudioReducedMotionBehavior — API type
- TextStudioRenderChannels — API type
- TextStudioRenderDomain — API type
- TextStudioResolvedEffectBinding — API type
- TextStudioRevealDebugSnapshot — Immutable reveal/timing snapshot for inspectors, diagnostics, and integration health checks. Reading this type does not mutate the text pipeline.
- TextStudioRevealOrder — API type
- TextStudioRevealState — API type
- TextStudioRuntimeServices — API type
- TextStudioSequenceOrder — API type
- TextStudioSequenceSettings — API type
- TextStudioSingleEventSystemGuard — API type
- TextStudioSoundClipSelection — API type
- TextStudioSourceColorMetric — API type
- TextStudioSourceColorSelector — API type
- TextStudioSurfaceMask — API type
- TextStudioTagAnalysisContext — API type
- TextStudioTagBackend — API type
- TextStudioTagCatalog — API type
- TextStudioTagCategories — API type
- TextStudioTagCategory — API type
- TextStudioTagDefinition — API type
- TextStudioTagDiagnostic — API type
- TextStudioTagExpansionClosingMode — API type
- TextStudioTagExpansionEntry — API type
- TextStudioTagExpansionSheet — API type
- TextStudioTagExpansionUtility — API type
- TextStudioTagKind — API type
- TextStudioTagOwnership — API type
- TextStudioTagParameterDefinition — API type
- TextStudioTagParameterKind — API type
- TextStudioTagParameterOperation — API type
- TextStudioTagParameterParser — API type
- TextStudioTagParameterRequirement — API type
- TextStudioTagParameters — API type
- TextStudioTagShape — API type
- TextStudioTagSuggestionKeys — API type
- TextStudioText — Central TextStudio hub. Owns the authored markup, runs the full pipeline (tokenize, resolve, layout, placement, reveal, effects) once per tick, and…
- TextStudioTextBackendCapabilities — API type
- TextStudioTextBackendChange — API type
- TextStudioTextBackendIds — API type
- TextStudioTextShapingRisk — API type
- TextStudioTextUnit — API type
- TextStudioTimingContext — Allocation-free semantic context supplied to custom reveal timing assets.
- TextStudioTimingDiagnostic — API type
- TextStudioTimingDiagnostics — API type
- TextStudioTimingEvaluator — API type
- TextStudioTimings — Registers and resolves reusable typing-timing assets.
- TextStudioTypewriterEventRelay — API type
- TextStudioTypewriterMotionPreset — API type
- TextStudioTypewriterPreset — API type
- TextStudioTypewriterRecipe — API type
- TextStudioTypewriterSettings — API type
- TextStudioTypewriterSkipHideMode — API type
- TextStudioTypewriterSkipRevealMode — API type
- TextStudioTypewriterSource — API type
- TextStudioTypewriterStartMode — API type
- TextStudioTypewriterWaitEvent — API type
- TextStudioTypewriterWaitInfo — API type
- TextStudioTypewriterWaitKind — API type
- TextStudioUITK — API type
- TextStudioUITKBinding — Binds Text Studio markup, reveal playback, effects, placement, and visibility control to an existing UI Toolkit UnityEngine.UIElements.TextElement…
- TextStudioUITKCapabilities — API type
- TextStudioUITKFeatureSet — API type
- TextStudioUITKTextGeneratorPreference — API type
- TextStudioUITKUpdateMode — Selects whether a UI Toolkit binding owns its playback clock or is stepped by its host.
- TextStudioVisibilityDiagnostics — API type
- TextStudioVisibilityIssue — API type
- TextStudioVisibilityReport — API type
- TextStudioVisualSettings — API type
- TextToken — Flat token struct output by the tokenizer. References ranges into the source text via indices.
- TokenKind — Token types produced by the single-pass tokenizer.
- TypingTimingsBase — Base class for semantic reveal pacing. Returned values are waits applied after the current text unit has become visible.
- WavePlacement — Wave placement: applies a sine wave offset to layout Y positions. The local tangent of the sine curve is stored in tangent so the hub’s rotation…
- WordRange — Word segmentation range.
- WordTimings — Word-paced reveal timing settings.
TextStudio.BuiltIns
Section titled “TextStudio.BuiltIns”- BuiltInActions — API type
- BuiltInCharacterSubstitutions — API type
- BuiltInCurves — Code-defined curve library. No shipped .asset files. Registered at domain load.
- BuiltInPlaybacks — Built-in playback library.
- BuiltInStyles — Code-defined default stylesheet mapping common rich-text tags to built-in effects. No asset file is shipped.
- BuiltInTimings — Curated library of reveal timing presets. Each preset produces a per-glyph delay in seconds. Designed so authors can pick one on the reveal tab and…
- BuiltInTypewriterMotionPresets — API type
- BuiltInTypewriterPresets — API type
- CodeActionBase — Base for built-in actions that can be invoked from markup, e.g. <wait=1.2>, <pause/>, <speed=2>, <event=onBoss/>.
- CodeCurve — Code-defined curve. Pure math, no asset. Registered into the global registry.
- CodeEffectBase — Base class for stateless code-defined effects. All parameters are fields with sensible defaults. These never reference UnityEngine.Object subclasses…
- CodePlayback — Code-defined playback. Stateless, zero-alloc.
- CodeTimings — Non-asset timings used as fallbacks when no TextStudio.TypingTimingsBase ScriptableObject is assigned on a hub. Selected via the hub’s…
- ITextStudioBuiltIn — Implemented by code-defined built-ins so editor and runtime tooling can read common metadata.
- PauseAction — API type
- RaiseEventAction — API type
- ResumeAction — API type
- SpeedAction — API type
- SpeedDownAction — API type
- SpeedUpAction — API type
- TextStudioBuiltInTypewriterMotionPreset — API type
- TextStudioBuiltInTypewriterPreset — API type
- TextStudioEvents — Global event bus for <event=name/> markers. Subscribe from anywhere in your code. Zero-alloc (no closures), type-safe by name.
- TextStudioNativeRichTextTagDescriptor — API type
- WaitAction — API type
- WaitForInputAction — API type
TextStudio.Editor
Section titled “TextStudio.Editor”- ITextStudioAuthoringCapabilityProvider — Implemented by optional editor packages that add authoring support for another text render domain. Providers must have a parameterless constructor.
- ITextStudioGalleryProvider — API type
- ITextStudioIntegrationCatalogContributor — API type
- ITextStudioIntegrationEditorProvider — API type
- ITextStudioTMPSetupProvider — API type
- TextGalleryCard — API type
- TextGalleryCardActionState — API type
- TextGalleryCategory — API type
- TextGalleryPreviewContext — API type
- TextGalleryPreviewFactory — API type
- TextGalleryPreviewQuality — API type
- TextStudioIntegrationDefinition — API type
- TextStudioIntegrationIssue — API type
- TextStudioIntegrationIssueSeverity — API type
- TextStudioIntegrationState — API type
- TextStudioIntegrationSupportLevel — API type
- TextStudioIntegrationValidationContext — API type
- TextStudioIntegrationValidationProvenance — API type
TextStudio.Effects
Section titled “TextStudio.Effects”- ColorEffect — API type
- ColorEffectParams — API type
- EmptyState — API type
- FadeEffect — API type
- FadeEffectParams — API type
- PositionEffect — API type
- PositionEffectParams — API type
- RotationEffect — API type
- RotationEffectParams — API type
- ScaleEffect — API type
- ScaleEffectParams — API type
- WaveEffect — API type
- WaveEffectParams — API type