docs.unity.cn
    Show / Hide Table of Contents

    Method GetUnmanagedSystems

    GetUnmanagedSystems(Allocator)

    Get the list of unmanaged systems in this group, sorted by update order.

    Declaration
    public NativeList<SystemHandle> GetUnmanagedSystems(Allocator allocator = Allocator.Temp)
    Parameters
    Type Name Description
    Allocator allocator

    Which allocator to use to allocate the returned list.

    Returns
    Type Description
    NativeList<SystemHandle>

    A NativeList of systems

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