SpatialInteractionController.VendorId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the vendor identifier for this motion controller.
public:
property unsigned short VendorId { unsigned short get(); };
uint16_t VendorId();
public ushort VendorId { get; }
var uInt16 = spatialInteractionController.vendorId;
Public ReadOnly Property VendorId As UShort
Property Value
The vendor identifier.
Remarks
The VendorId, ProductId and Version properties can be used together to identify a particular controller design. This can then be used on occluded Mixed Reality headsets to choose a matching render model to display in the user's surroundings.