docs.unity.cn
    Show / Hide Table of Contents

    Constructor UpdateInGroupAttribute

    UpdateInGroupAttribute(Type)

    Specify the ComponentSystemGroup which the tagged system should be added to. The tagged system will be updated as part of this system group's Update() method.

    Declaration
    public UpdateInGroupAttribute(Type groupType)
    Parameters
    Type Name Description
    Type groupType

    The ComponentSystemGroup type/

    Exceptions
    Type Condition
    ArgumentNullException

    Thrown id the group type is empty.

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