docs.unity.cn
    Show / Hide Table of Contents

    Method GetOrCreateSystem

    GetOrCreateSystem<T>()

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

    GetOrCreateSystem(Type)

    Declaration
    public ComponentSystemBase GetOrCreateSystem(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    ComponentSystemBase
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use