InteractionTracker.AdjustPositionXIfGreaterThanThreshold Method

Definition

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

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

Parameters

adjustment
Single

float

The amount to adjust the position x coordinate.

positionThreshold
Single

float

The threshold for ajusting the position x coordinate.

Applies to