Interface IWorldProxyUpdater
Namespace: Unity.Entities.Editor
Syntax
public interface IWorldProxyUpdater
Methods
| Name | Description | 
|---|---|
| DisableUpdater() | Unregister updater from EditorApplication.update.  | 
| EnableUpdater() | Register updater to EditorApplication.update to update frame data and detect change.  | 
| IsActive() | Remember the updater is registered to EditorApplication.update or not.  | 
| IsDirty() | Remember the updater has changed or not.  | 
| PopulateWorldProxy() | Populate world proxy.  | 
| ResetWorldProxy() | Reset world proxy.  | 
| SetClean() | Set updater clean after dealing with the changes.  | 
| UpdateFrameData() | Update frame data.  |