C# Class UnityEngine.VR.VRDevice

Contains all functionality related to a VR device.

ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Property Type Description
INTERNAL_CALL_GetNativePtr void

Public Methods

Method Description
GetNativePtr ( ) : IntPtr

Native pointer to the VR device structure, if available.

Private Methods

Method Description
INTERNAL_CALL_GetNativePtr ( IntPtr &value ) : void

Method Details

GetNativePtr() public static method

Native pointer to the VR device structure, if available.

public static GetNativePtr ( ) : IntPtr
return System.IntPtr