Maze / Library /PackageCache /com.unity.test-framework@1.1.33 /UnityEditor.TestRunner /Api /ICallbacksHolder.cs
| namespace UnityEditor.TestTools.TestRunner.Api | |
| { | |
| internal interface ICallbacksHolder | |
| { | |
| void Add(ICallbacks callback, int priority); | |
| void Remove(ICallbacks callback); | |
| ICallbacks[] GetAll(); | |
| void Clear(); | |
| } | |
| } |