SpatialInteractionController.ProductId 属性

定义

获取此运动控制器的产品标识符。

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

属性值

UInt16

unsigned short

uint16_t

产品标识符。

注解

VendorId、ProductId 和 Version 属性可以一起使用来标识特定的控制器设计。 然后,可以在遮挡混合现实头戴显示设备上使用,以选择要在用户周围环境中显示的匹配呈现模型。

适用于