HolographicFrame.CurrentPrediction プロパティ

定義

現在の HolographicFrame の最新のカメラ位置予測を取得します。

public:
 property HolographicFramePrediction ^ CurrentPrediction { HolographicFramePrediction ^ get(); };
HolographicFramePrediction CurrentPrediction();
public HolographicFramePrediction CurrentPrediction { get; }
var holographicFramePrediction = holographicFrame.currentPrediction;
Public ReadOnly Property CurrentPrediction As HolographicFramePrediction

プロパティ値

予測。

適用対象