docs.unity.cn
    Show / Hide Table of Contents

    Method ShouldGroupUpdate

    ShouldGroupUpdate(ComponentSystemGroup)

    Obsolete. Use ShouldGroupUpdate(ComponentSystemGroup) instead.

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

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