Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void OnMouseDown() {
- ...
- ...
- ...
- screenPoint = Camera.main.WorldToScreenPoint (gameObject.transform.position);
- offset = gameObject.transform.position - Camera.main.ScreenToWorldPoint (new Vector3 (Input.mousePosition.x, Input.mousePosition.y, screenPoint.z));
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement