Method SetSpatialHintDragThresholdTriggerPosition
SetSpatialHintDragThresholdTriggerPosition(IUsesControlSpatialHinting, Vector3)
Set the magnitude at which the user will trigger spatial scrolling
Declaration
public static void SetSpatialHintDragThresholdTriggerPosition(this IUsesControlSpatialHinting user, Vector3 position)
Parameters
Type | Name | Description |
---|---|---|
IUsesControlSpatialHinting | user | The functionality user |
Vector3 | position | The position, whose magnitude from the origin will be used to detect an initiation of spatial scrolling |