HolographicFrame.CurrentPrediction Property

Definition

Gets the most recent camera location prediction for the current HolographicFrame.

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

Property Value

The prediction.

Applies to