共用方式為


SpatialInteractionController.VendorId 屬性

定義

取得這個動作控制器的廠商識別碼。

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

屬性值

UInt16

unsigned short

uint16_t

廠商識別碼。

備註

VendorId、 ProductIdVersion 屬性可以一起使用,以識別特定的控制器設計。 接著,這可以在遮蔽的Mixed Reality頭戴式裝置上使用,以選擇要在使用者周圍顯示的相符轉譯模型。

適用於