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 |