Skip to content

ITextStudioAction

InterfaceTextStudioTextStudio
public interface ITextStudioAction

Action factory interface. Actions are invoked during text reveal (wait, speed change, events, etc.). Priority chain: Local component → Global singleton → SO database.

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.

string Id { get; }

Returns

System.String