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.
<uap5:MixedRealityModel
Path = 'A string with a value between 1 and 256 characters in length that ends with ".glb" and cannot contain these characters: <, >, :, ", |, ?, or *. In this string, the / and \ characters cannot be the first or last characters. Also, the string can contain / or \ but not both.' >
<!-- Child elements -->
uap6:SpatialBoundingBox?
</uap5:MixedRealityModel>
Key
? optional (zero or one)
Attributes and elements
Attributes
Attribute
Description
Data type
Required
Default value
Path
The path to the 3D asset to be used.
A string with a value between 1 and 256 characters in length that ends with .glb and cannot contain these characters: <, >, :, ", |, ?, or *. In this string, the / and \ characters cannot be the first or last characters. Also, the string can contain / or \ but not both.