docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method RemoveSystemFromUpdateList

    RemoveSystemFromUpdateList(ComponentSystemBase)

    Requests that a managed system be removed from the group's update list. The system will be removed the next time the group is sorted.

    Declaration
    public void RemoveSystemFromUpdateList(ComponentSystemBase sys)
    Parameters
    Type Name Description
    ComponentSystemBase sys

    The system to remove

    RemoveSystemFromUpdateList(SystemHandle)

    Requests that an unmanaged system be removed from the group's update list. The system will be removed the next time the group is sorted.

    Declaration
    public void RemoveSystemFromUpdateList(SystemHandle sys)
    Parameters
    Type Name Description
    SystemHandle sys

    The system to remove

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)