Azure Mixed Reality Resource Management Libraries for .NET
Overview
Microsoft provides a series of Azure services to empower Mixed Reality devices and applications. The following services are provided:
- Azure Spatial Anchors
- Azure Remote Rendering (preview)
Management library
Use the Azure Mixed Reality Resource Management libraries to manage the lifecycle of Azure Mixed Reality resources. To automate the configuration of Azure Mixed Reality resources, use the Azure portal, CLI, or PowerShell.
Install the NuGet package directly from the Visual Studio Package Manager console or with the .NET Core CLI.
To install:
Visual Studio Package Manager
Install-Package Microsoft.Azure.Management.MixedReality
.NET Core CLI
dotnet add package Microsoft.Azure.Management.MixedReality
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET