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 を返します。

適用対象