unity3D中使用鼠標控制物體移動的方法

using UnityEngine; using System.Collections; //得到目標位置的代碼 public class Target : MonoBehaviour { public Transform targetMatker; void Start() { } void Update() { int button = 0;
相關文章
相關標籤/搜索