TextStudioEvents
public static class TextStudioEventsGlobal event bus for <event=name/> markers. Subscribe from anywhere in your code. Zero-alloc (no closures), type-safe by name.
Methods
Section titled “Methods”
Raise(string, string[])
Section titled “Raise(string, string[])”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[] |
Events
Section titled “Events”
Raised
Section titled “Raised”public static event Action<string, string[]> RaisedNo description is available for this member.
Returns
System.Action{System.String,System.String[]} — No return description is available.