简体   繁体   English

带有 .Net 框架的空间锚(Azure 混合现实服务)

[英]Spatial Anchors (Azure mixed reality service) with .Net Framework

I have cam across the azure mixed reality service so thinking of using it for learning purpose.我已经了解了 azure 混合现实服务,因此考虑将其用于学习目的。 Can it be used with .net framework?可以和 .net 框架一起使用吗? if yes then can anyone please provide me some helpful link for the same.如果是,那么任何人都可以为我提供一些有用的链接。

Developers can build apps with Azure Spatial Anchors using familiar tools and frameworks for their device:开发人员可以使用熟悉的工具和框架为他们的设备构建具有 Azure 空间锚点的应用程序:

  • Unity across HoloLens, iOS, and Android跨 HoloLens、iOS 和 Android 的统一性
  • Xamarin on iOS and Android Xamarin 上 iOS 和 Android
  • Swift or Objective-C on iOS Swift 或 iOS 上的 Objective-C
  • Java or the Android NDK on Android Java 或 Android NDK 上 Android
  • C++/WinRT on HoloLens HoloLens 上的 C++/WinRT

For more information, please refer here .如需更多信息,请参阅此处

Azure Spatial Anchors is a cross-platform developer service with which you can create mixed-reality experiences by using objects that persist their location across devices over time. Azure Spatial Anchors是一项跨平台的开发人员服务,您可以使用该服务创建混合现实体验,方法是使用随时间跨设备保持其位置的对象。

This Microsoft documentation helps you to develop andMicrosoft 文档可帮助您开发和

  • Deploy an ASP.NET Core web app in Azure that you can use to share anchors, and store the anchors in memory for a specified period of time. Deploy an ASP.NET Core web app in Azure that you can use to share anchors, and store the anchors in memory for a specified period of time.
  • Configure the AzureSpatialAnchorsLocalSharedDemo scene within the Unity sample from our quickstarts to take advantage of the Sharing Anchors web app.在我们的快速入门中的 Unity 示例中配置 AzureSpatialAnchorsLocalSharedDemo 场景,以利用共享锚点 web 应用程序。
  • Deploy and run the anchors to one or more devices.将锚部署并运行到一台或多台设备。

Yes because Azure Spatial Anchors (ASA) can use Unity, and Unity uses .NET.是的,因为 Azure 空间锚 (ASA) 可以使用 Unity,而 Unity 使用 .NET。

This link describes how to use Unity with ASA: https://docs.microsoft.com/en-us/azure/spatial-anchors/unity-overview此链接描述了如何将 Unity 与 ASA 一起使用: https://docs.microsoft.com/en-us/azure/spatial-anchors/unity-overview

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure 应用服务和 .NET Framework 4.8 版本 - Azure App Service and .NET Framework 4.8 version Azure App Service 和 .Net Framework 版本 - Azure App Service and .Net Framework versions Cake 构建脚本在 Azure Devops 中使用混合 .NET 核心和框架解决方案失败 - Cake build script fails in Azure Devops with mixed .NET core and framework solution 部署面向.NET Framework 4.6的Azure云服务 - Deploying Azure Cloud Service targeting .NET Framework 4.6 Azure Function .net 框架 - Azure Function .net framework 如何在Azure Function v1(.NET Framework)中使用Azure App配置服务 - How can I use Azure App Configuration service within Azure Function v1 (.NET Framework) .NET 4.6 /实体框架:不支持空间函数抛出 - .NET 4.6 / Entity Framework : Spatial functions throw not supported .net服务作为Azure程序? - .net service as a Azure program? 如何在 Azure 应用服务上运行的 ASP.NET Framework 应用中禁用服务器 GC - How to disable Server GC in ASP.NET Framework App running on Azure App Service 哪个池映像更适合在 azure 批处理服务上以更快的速度执行 exe(.Net Framework 4.5)? - Which pool image is better for executing an exe (.Net Framework 4.5) with faster scale out on azure batch service?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM