Dela via


SpatialInteractionController.ProductId Property

Definition

Gets the product identifier for this motion controller.

public:
 property unsigned short ProductId { unsigned short get(); };
uint16_t ProductId();
public ushort ProductId { get; }
var uInt16 = spatialInteractionController.productId;
Public ReadOnly Property ProductId As UShort

Property Value

UInt16

unsigned short

uint16_t

The product 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.

Applies to