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 |