docs.unity.cn
    Show / Hide Table of Contents

    Method ShouldGroupUpdate

    ShouldGroupUpdate(ComponentSystemGroup)

    Determines whether a system group should proceed with its update.

    Declaration
    bool ShouldGroupUpdate(ComponentSystemGroup group)
    Parameters
    Type Name Description
    ComponentSystemGroup group

    The system group to check

    Returns
    Type Description
    Boolean

    True if group should update its member systems, or false if the group should skip its update.

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