unity3D中使用鼠标控制物体移动的方法

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