Input.mousePositionstatic var mousePosition : Vector3DescriptionThe current mouse position in pixel coordinates. (Read Only) The bottom-left of the screen or window is at (0, 0). The top-right of the screen or window is at (Screen.width, Screen.height).
JavaScript
var particle : GameObject; using UnityEngine; import UnityEngine |
