共用方式為


SpatialInteractionController.Version 屬性

定義

取得這個動作控制器的版本或修訂編號。

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

屬性值

UInt16

unsigned short

uint16_t

版本號碼。

備註

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

適用於