UnityEngine.VR.VRDevice.GetNativePtr C# (CSharp) Method

GetNativePtr() public static method

Native pointer to the VR device structure, if available.

public static GetNativePtr ( ) : IntPtr
return System.IntPtr
        public static IntPtr GetNativePtr()
        {
            IntPtr ptr;
            INTERNAL_CALL_GetNativePtr(out ptr);
            return ptr;
        }