docs.unity.cn
    Show / Hide Table of Contents

    Method ConstructSystem

    ConstructSystem(Type)

    Construct a System from a Type. Uses the same list in GetSystems()

    Declaration
    public static ComponentSystemBase ConstructSystem(Type systemType)
    Parameters
    Type Name Description
    Type systemType
    Returns
    Type Description
    ComponentSystemBase

    ConstructSystem<T>()

    Declaration
    public static T ConstructSystem<T>()
        where T : ComponentSystemBase
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    ConstructSystem<T>(Type)

    Declaration
    public static T ConstructSystem<T>(Type systemType)
        where T : ComponentSystemBase
    Parameters
    Type Name Description
    Type systemType
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 04 August 2022
    Terms of use