docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate xrGetSpatialBufferFloatEXT_delegate

    Delegate signature for xrGetSpatialBufferFloatEXT. Provided by XR_EXT_spatial_entity.

    Namespace: UnityEditor.XR.OpenXR.Tests.NativeTypes
    Assembly: Unity.XR.OpenXR.Editor.Tests.dll
    Syntax
    public delegate XrResult xrGetSpatialBufferFloatEXT_delegate(ulong snapshot, in XrSpatialBufferGetInfoEXT getInfo, uint bufferCapacityInput, out uint bufferCountOutput, float* buffer)
    Parameters
    Type Name Description
    ulong snapshot

    The snapshot.

    XrSpatialBufferGetInfoEXT getInfo

    The get info.

    uint bufferCapacityInput

    The buffer capacity input.

    uint bufferCountOutput

    The buffer count output.

    float* buffer

    Pointer to an array of floats.

    Returns
    Type Description
    XrResult

    The result of the operation.

    In This Article
    Back to top
    Copyright © 2026 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)