InteractionTracker.AdjustPositionYIfGreaterThanThreshold Method

Definition

Adjusts the position y coordinate if it is greater than the specified threshold.

public:
 virtual void AdjustPositionYIfGreaterThanThreshold(float adjustment, float positionThreshold) = AdjustPositionYIfGreaterThanThreshold;
void AdjustPositionYIfGreaterThanThreshold(float const& adjustment, float const& positionThreshold);
public void AdjustPositionYIfGreaterThanThreshold(float adjustment, float positionThreshold);
function adjustPositionYIfGreaterThanThreshold(adjustment, positionThreshold)
Public Sub AdjustPositionYIfGreaterThanThreshold (adjustment As Single, positionThreshold As Single)

Parameters

adjustment
Single

float

The amount to adjust the position y coordinate.

positionThreshold
Single

float

The threshold for ajusting the position y coordinate.

Applies to