docs.unity3d.com
    Show / Hide Table of Contents

    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.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023