XRAnchorExtensions Class

Definition

Caution

Obsolete and will be removed in future releases. Use AnchorConverter.ToOpenXRHandle() function instead.

Provides extension function to convert an XRAnchor object to underlying OpenXR anchor handle.

[System.Obsolete("Obsolete and will be removed in future releases.  Use AnchorConverter.ToOpenXRHandle() function instead.", true)]
public static class XRAnchorExtensions
public static class XRAnchorExtensions
[<System.Obsolete("Obsolete and will be removed in future releases.  Use AnchorConverter.ToOpenXRHandle() function instead.", true)>]
type XRAnchorExtensions = class
type XRAnchorExtensions = class
Public Module XRAnchorExtensions
Inheritance
XRAnchorExtensions
Attributes

Methods

GetOpenXRHandle(XRAnchor)

Get the native OpenXR handle of the given XRAnchor object if available, or return 0.

Applies to