SpatialInteractionSourceState.ControllerProperties 屬性

定義

取得動作控制器特定的狀態。

public:
 property SpatialInteractionControllerProperties ^ ControllerProperties { SpatialInteractionControllerProperties ^ get(); };
SpatialInteractionControllerProperties ControllerProperties();
public SpatialInteractionControllerProperties ControllerProperties { get; }
var spatialInteractionControllerProperties = spatialInteractionSourceState.controllerProperties;
Public ReadOnly Property ControllerProperties As SpatialInteractionControllerProperties

屬性值

動作控制器屬性。

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

備註

如果這個來源不是動作控制器,這個屬性會傳回 null。

適用於