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

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