docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct XrSpatialEntityUnpersistInfoEXT

    The unpersist info struct used by xrUnpersistSpatialEntityAsyncEXT(ulong, in XrSpatialEntityUnpersistInfoEXT, out ulong). Provided by XR_EXT_spatial_persistence_operations.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.XR.OpenXR.NativeTypes
    Assembly: Unity.XR.OpenXR.dll
    Syntax
    public readonly struct XrSpatialEntityUnpersistInfoEXT
    Remarks
    Warning

    Don't initialize this struct with the default parameterless constructor. Use a constructor with parameters to ensure that type is correctly initialized to SpatialEntityUnpersistInfoEXT.

    Constructors

    XrSpatialEntityUnpersistInfoEXT(void*, XrUuid)

    Construct an instance.

    Declaration
    public XrSpatialEntityUnpersistInfoEXT(void* next, XrUuid persistUuid)
    Parameters
    Type Name Description
    void* next

    The next pointer.

    XrUuid persistUuid

    The persistant UUID of the spatial entity to be unpersisted.

    XrSpatialEntityUnpersistInfoEXT(XrUuid)

    Construct an instance with a null next pointer.

    Declaration
    public XrSpatialEntityUnpersistInfoEXT(XrUuid persistUuid)
    Parameters
    Type Name Description
    XrUuid persistUuid

    The persistant UUID of the spatial entity to be unpersisted.

    Properties

    next

    null or a pointer to the next structure in a structure chain. No such structures are defined in core OpenXR or XR_EXT_spatial_persistence_operations.

    Declaration
    public void* next { get; }
    Property Value
    Type Description
    void*

    persistUuid

    The persistant UUID of the spatial entity to be unpersisted.

    Declaration
    public XrUuid persistUuid { get; }
    Property Value
    Type Description
    XrUuid

    type

    The XrStructureType of this struct: SpatialEntityUnpersistInfoEXT.

    Declaration
    public XrStructureType type { get; }
    Property Value
    Type Description
    XrStructureType
    In This Article
    Back to top
    Copyright © 2025 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)