SpatialInteractionSourceProperties.SourceLossRisk 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 risk that detection of a hand or motion controller will be lost as a value from 0.0 to 1.0.
public:
property double SourceLossRisk { double get(); };
double SourceLossRisk();
public double SourceLossRisk { get; }
var double = spatialInteractionSourceProperties.sourceLossRisk;
Public ReadOnly Property SourceLossRisk As Double
Property Value
Double
double
The source loss risk.
Remarks
As the value nears 1.0, you should suggest that the user moves this source in the direction indicated by TryGetSourceLossMitigationDirection.