XRAnchorExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |