API ReferenceEditor
EditorEventclass
object→EditorEvent
Methods7
Showing 7 methods
public static void Register(object obj)
Register an object, start receiving events
| Parameter | Type | Description |
|---|---|---|
| obj | object | — |
Returns:
void—public static void RunInterface(System.Action`1<T> action)
| Parameter | Type | Description |
|---|---|---|
| action | Action<T> | — |
Returns:
void—public static void Unregister(object obj)
Unregister an object, stop receiving events
| Parameter | Type | Description |
|---|---|---|
| obj | object | — |
Returns:
void—No results match this filter.