Share via


SpatialInteractionSourceProperties.SourceLossRisk Property

Definition

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.

Applies to