docs.unity.cn
    Show / Hide Table of Contents

    Method GetAllSystems

    GetAllSystems(Allocator)

    Get the list of all systems in this group, managed and unmanaged alike, sorted by update order.

    Declaration
    public NativeList<SystemHandle> GetAllSystems(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