docs.unity.cn
    Show / Hide Table of Contents

    Method ShouldGroupUpdate

    ShouldGroupUpdate(ComponentSystemGroup)

    Determines if the group should be updated this invoke.

    Declaration
    public 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.

    Implements
    IRateManager.ShouldGroupUpdate(ComponentSystemGroup)
    Remarks

    The while loop happens once.

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