docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    • GetSceneIds(AllocatorHandle)
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)