Method GetSceneIds
GetSceneIds(AllocatorHandle)
Get the entire list of object ids.
Declaration
[ExcludeFromBurstCompatTesting("Cannot return structs")]
public static NativeArray<UntypedWeakReferenceId> GetSceneIds(AllocatorManager.AllocatorHandle alloc)
Parameters
Type | Name | Description |
---|---|---|
Allocator |
alloc | Allocator to use for created NativeArray. |
Returns
Type | Description |
---|---|
Native |
The set of object ids. The caller is responsible for disposing the returned array. |