Exemple #1
0
 public void GetSupportedVideoFormats_9_3()
 {
     TestRuntime.AssertXcodeVersion(9, 3);
     Assert.NotNull(ARWorldTrackingConfiguration.GetSupportedVideoFormats(), "ARWorldTrackingConfiguration");
     Assert.NotNull(AROrientationTrackingConfiguration.GetSupportedVideoFormats(), "AROrientationTrackingConfiguration");
     Assert.NotNull(ARFaceTrackingConfiguration.GetSupportedVideoFormats(), "ARFaceTrackingConfiguration");
 }
 public void GetSupportedVideoFormats()
 {
     Assert.NotNull(ARWorldTrackingConfiguration.GetSupportedVideoFormats(), "ARWorldTrackingConfiguration");
     Assert.NotNull(AROrientationTrackingConfiguration.GetSupportedVideoFormats(), "AROrientationTrackingConfiguration");
     Assert.NotNull(ARFaceTrackingConfiguration.GetSupportedVideoFormats(), "ARFaceTrackingConfiguration");
     Assert.NotNull(ARImageTrackingConfiguration.GetSupportedVideoFormats(), "ARImageTrackingConfiguration");
     Assert.NotNull(ARObjectScanningConfiguration.GetSupportedVideoFormats(), "ARObjectScanningConfiguration");
 }