InteractionTracker.MinPosition 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.
The minimum position allowed for the InteractionTracker.
public:
property float3 MinPosition { float3 get(); void set(float3 value); };
float3 MinPosition();
void MinPosition(float3 value);
public Vector3 MinPosition { get; set; }
var vector3 = interactionTracker.minPosition;
interactionTracker.minPosition = vector3;
Public Property MinPosition As Vector3
Property Value
The minimum position allowed for the InteractionTracker.