Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetNativePtr()

This method returns an IntPtr representing the native pointer to the XR device if one is available, otherwise the value will be IntPtr.Zero.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine.XR
  • Assembly: UnityEngine.VRModule
public static IntPtr GetNativePtr()

Returns

Type

Description

IntPtrThe native pointer to the XR device.

Remarks

This native pointer can be used along with other plugins or extensions to access additional details or functionality related to the XR device.