Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


niceMouseDelta

Get nice mouse delta to use for dragging a float value (Read Only).
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static float niceMouseDelta { get; }

Remarks

This will autodetect the users preference for X / Y axis dragging and give you back a float that is measured accordingly. This also handles modifier keys correctly, i.e. the delta is already multiplied by HandleUtility.acceleration.