HolographicFrame.CurrentPrediction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.