Start
Starts an EditorAction that spans over multiple frames.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Actions
- Assembly: UnityEditor.CoreModule
Start<T>()
Starts an EditorAction that spans over multiple frames.
public static T Start<T>() where T : EditorAction, new()
Returns
Type | Description |
|---|---|
| T | The EditorAction that was engaged. |
Start<T>(T)
Starts an EditorAction that spans over multiple frames.
public static T Start<T>(T action) where T : EditorAction
Parameters
The EditorAction to start.
Returns
Type | Description |
|---|---|
| T | The EditorAction that was engaged. |