Skip to content

TextStudioEvents

ClassTextStudio.BuiltInsTextStudio
public static class TextStudioEvents

Global event bus for <event=name/> markers. Subscribe from anywhere in your code. Zero-alloc (no closures), type-safe by name.

public static void Raise(string eventName, string[] parameters)

No description is available for this member.

Parameters

Name Type Description
eventName System.String
parameters System.String[]

public static event Action<string, string[]> Raised

No description is available for this member.

Returns

System.Action{System.String,System.String[]} — No return description is available.