InteractionTracker.MaxPosition Property

Definition

The maximum position allowed for the InteractionTracker.

public:
 property float3 MaxPosition { float3 get(); void set(float3 value); };
float3 MaxPosition();

void MaxPosition(float3 value);
public Vector3 MaxPosition { get; set; }
var vector3 = interactionTracker.maxPosition;
interactionTracker.maxPosition = vector3;
Public Property MaxPosition As Vector3

Property Value

Vector3 Vector3

float3

The maximum position allowed for the InteractionTracker.

Applies to