Exemplo n.º 1
0
 public SpatialEntity(global::Windows.Perception.Spatial.SpatialAnchor spatialAnchor, global::Windows.Foundation.Collections.ValueSet propertySet)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Perception.Spatial.SpatialEntity", "SpatialEntity.SpatialEntity(SpatialAnchor spatialAnchor, ValueSet propertySet)");
 }
Exemplo n.º 2
0
 public SpatialEntity(global::Windows.Perception.Spatial.SpatialAnchor spatialAnchor)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Perception.Spatial.SpatialEntity", "SpatialEntity.SpatialEntity(SpatialAnchor spatialAnchor)");
 }
Exemplo n.º 3
0
 public global::Windows.Foundation.IAsyncOperation <bool> TryExportAnchorAsync(global::Windows.Perception.Spatial.SpatialAnchor anchor, global::Windows.Perception.Spatial.SpatialAnchorExportPurpose purpose, global::Windows.Storage.Streams.IOutputStream stream)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<bool> SpatialAnchorExporter.TryExportAnchorAsync(SpatialAnchor anchor, SpatialAnchorExportPurpose purpose, IOutputStream stream) is not implemented in Uno.");
 }
Exemplo n.º 4
0
 public bool TrySave(string id, global::Windows.Perception.Spatial.SpatialAnchor anchor)
 {
     throw new global::System.NotImplementedException("The member bool SpatialAnchorStore.TrySave(string id, SpatialAnchor anchor) is not implemented in Uno.");
 }
Exemplo n.º 5
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Perception.Spatial.SpatialAnchorExportSufficiency> GetAnchorExportSufficiencyAsync(global::Windows.Perception.Spatial.SpatialAnchor anchor, global::Windows.Perception.Spatial.SpatialAnchorExportPurpose purpose)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<SpatialAnchorExportSufficiency> SpatialAnchorExporter.GetAnchorExportSufficiencyAsync(SpatialAnchor anchor, SpatialAnchorExportPurpose purpose) is not implemented in Uno.");
 }