VIOCameraDeviceUnion.DeviceUnion Class¶
This type is obsolete and will be removed in future releases. Do not use it anymore.
VIOCameraDeviceUnion is obsolete and will be removed in the future. Please re-create your AR Session from ‘GameObject’ menu or context menu in ‘Hierarchy’ window. You can find replacement for VIOCameraDeviceUnion from ‘EasyAR Sense -> Motion Tracking -> AR Session (Motion Tracking Preset)’.
Description¶
VIO device Union.
Enums¶
public enum VIOCameraDeviceUnion.DeviceUnion.VIODeviceType |
VIO device type. |
Properties¶
DeviceType¶
- C#
public VIOCameraDeviceUnion.DeviceUnion.VIODeviceType DeviceType { get; }
VIO device type.
MotionTrackerCameraDevice¶
- C#
public MotionTrackerCameraDevice MotionTrackerCameraDevice { get; set; }
Get MotionTrackerCameraDevice . System.InvalidCastException will be thronw if type error.
ARKitCameraDevice¶
- C#
public ARKitCameraDevice ARKitCameraDevice { get; set; }
Get ARKitCameraDevice . System.InvalidCastException will be thronw if type error.
ARCoreCameraDevice¶
- C#
public ARCoreCameraDevice ARCoreCameraDevice { get; set; }
Get ARCoreCameraDevice . System.InvalidCastException will be thronw if type error.
Methods¶
Type¶
- C#
public Type Type()
Underlying data type.