Class TMP_EditorCoroutine
Simple implementation of coroutine working in the Unity Editor.
Inherited Members
Namespace: TMPro.EditorUtilities
Assembly: solution.dll
Syntax
public class TMP_EditorCoroutine
Methods
| Name | Description |
|---|---|
| StartCoroutine(IEnumerator) | Starts a new EditorCoroutine. |
| Stop() | Unregister callback for editor updates. |