Event.deltavar delta : Vector2DescriptionThe relative movement of the mouse compared to last event. Used in EventType.MouseMove, EventType.MouseDrag, EventType.ScrollWheel events. See Also: Event.mousePosition.
JavaScript
// Move the scroll wheel to determine using UnityEngine; import UnityEngine |
