Edit

uap5:MixedRealityModel

An element used to define a 3D model as the default representation of an app. When launched from a virtual or mixed reality device, this model will represent the app in the virtual setting.

Element hierarchy

<Package>
   └─ <Applications>
      └─ <Application>
         └─ <uap5:VisualElements>
            └─ <uap5:DefaultTile>
               └─ <uap5:MixedRealityModel>

Syntax

<uap5:MixedRealityModel
  Path = 'A required string between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.' >

  <!-- Child elements -->
  uap5:SpatialBoundingBox?

</uap5:MixedRealityModel>

Key

? optional (zero or one)

Attributes

Attribute Description Data type Required Default value
Path The path to the 3D asset to be used. A string between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *. Yes

Child elements

Child element Description
uap6:SpatialBoundingBox Used to define the center point and the extents for a bounding volume.

Parent elements

Parent element Description
uap:DefaultTile The default tile that represents your app on the Start screen. The icons specified here are displayed when your app is not showing tile notifications. To dynamically change the appearance of your tile and display relevant live content, see Send a local tile notification.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10/5
Minimum OS Version Windows 10 version 1709 (Build 16299)

Remarks

Examples