docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method AddSystemToUpdateList

    AddSystemToUpdateList(ComponentSystemBase)

    Appends a managed system to the group's update list. The list will be sorted the next time the group is updated.

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

    The system to add.

    Exceptions
    Type Condition
    ArgumentException

    Thrown if a group is added to itself.

    AddSystemToUpdateList(SystemHandle)

    Appends an unmanaged system to the group's update list. The list will be sorted the next time the group is updated.

    Declaration
    public void AddSystemToUpdateList(SystemHandle sysHandle)
    Parameters
    Type Name Description
    SystemHandle sysHandle

    The system to add

    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)