docs.unity.cn
    Show / Hide Table of Contents

    Method GetObjectIds

    GetObjectIds(AllocatorManager.AllocatorHandle)

    Get the entire list of object ids.

    Declaration
    [ExcludeFromBurstCompatTesting("Cannot return structs")]
    public static NativeArray<UntypedWeakReferenceId> GetObjectIds(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.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023