docs.unity.cn
    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

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023