Device.RuntimeVersion
static UInt64 RuntimeVersion{ get }
Description
This is the multi-part version of the active OpenXR runtime packed into a 64-bit integer. The major version number is a 16-bit integer packed into bits 63-48. The minor version number is a 16-bit integer packed into bits 47-32. The patch version number is a 32-bit integer packed into bits 31-0. On the simulator and other non-XR modes, this will be 0.
Found an issue with these docs, or have some additional questions? Create an Issue on Github!