docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method OnInstanceLossPending

    OnInstanceLossPending(ulong)

    Called when the OpenXR loader receives the XR_TYPE_EVENT_DATA_INSTANCE_LOSS_PENDING event from the runtime. This is a notification to the feature implementer that the instance is about to be lost. This feature should do what it needs to do to clean up in preparation for termination.

    Declaration
    protected virtual void OnInstanceLossPending(ulong xrInstance)
    Parameters
    Type Name Description
    ulong xrInstance

    The instance that is going to be lost

    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, November 1, 2023