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 |
|---|---|---|
| AllocatorManager.AllocatorHandle | alloc | Allocator to use for created NativeArray. |
Returns
| Type | Description |
|---|---|
| NativeArray<UntypedWeakReferenceId> | The set of object ids. The caller is responsible for disposing the returned array. |