public WaveVR_RaycastResult GetRaycastResult(WVR_DeviceType type) { WaveVR_Controller.EDeviceType device = WaveVR_Controller.GetEDeviceByWVRType(type); return(GetRaycastResult(device)); }