docs.unity.cn
    Show / Hide Table of Contents

    Method GetExistingUnmanagedSystem

    GetExistingUnmanagedSystem<T>()

    Declaration
    [BurstCompatible(GenericTypeArguments = new Type[]{typeof(BurstCompatibleSystem)})]
    public SystemRef<T> GetExistingUnmanagedSystem<T>()
        where T : struct, ISystem
    Returns
    Type Description
    SystemRef<T>
    Type Parameters
    Name Description
    T

    GetExistingUnmanagedSystem(Type)

    Declaration
    [NotBurstCompatible]
    public SystemHandleUntyped GetExistingUnmanagedSystem(Type unmanagedType)
    Parameters
    Type Name Description
    Type unmanagedType
    Returns
    Type Description
    SystemHandleUntyped
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use