scripts
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine.Experimental.UIElements
|
||||
{
|
||||
// Token: 0x02000318 RID: 792
|
||||
public interface IDataWatchService
|
||||
{
|
||||
// Token: 0x06003235 RID: 12853
|
||||
IDataWatchHandle AddWatch(VisualElement watcher, Object watched, Action OnDataChanged);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user