docs.unity.cn
    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 Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use