docs.unity.cn
    Show / Hide Table of Contents

    Constructor CreateAfterAttribute

    CreateAfterAttribute(Type)

    Specify a system which the tagged system must be created after.

    Declaration
    public CreateAfterAttribute(Type systemType)
    Parameters
    Type Name Description
    Type systemType

    The target system which the tagged system must be created after. This system must be a member of the same ComponentSystemGroup.

    Exceptions
    Type Condition
    ArgumentNullException

    Thrown if the system type is empty.

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