“how to detect a mouse click in unity” Code Answer ; 1. using UnityEngine; ; 2. using System.Collections; ; 3. ; 4. if (Input.GetMouseButtonDown(0)) ...
確定! 回上一頁