docs.unity.cn
    Show / Hide Table of Contents

    Method ShouldGroupUpdate

    ShouldGroupUpdate(ComponentSystemGroup)

    Determines whether a system group should proceed with its update, and also how many times it should update per frame.

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

    The system group to check

    Returns
    Type Description
    Boolean

    True while the group should update its member systems, and then false once the group should no longer update for this frame. Note: This is called infinitely until it returns false.

    Implements
    IRateManager.ShouldGroupUpdate(ComponentSystemGroup)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, September 20, 2023