ITextStudioAction
public interface ITextStudioActionAction factory interface. Actions are invoked during text reveal (wait, speed change, events, etc.). Priority chain: Local component → Global singleton → SO database.
Methods
Section titled “Methods”
Execute(ActionContext)
Section titled “Execute(ActionContext)”IEnumerator Execute(ActionContext context)Executes the action as part of reveal playback.
Parameters
| Name | Type | Description |
|---|---|---|
context |
TextStudio.ActionContext | Marker data and restricted playback controls for this invocation. |
Returns
System.Collections.IEnumerator: Coroutine enumerator, or null for an immediate action.
Properties
Section titled “Properties”
string Id { get; }Returns
System.String