Unity实现物体移动的通用方法

1、建立须要移动的物体this 2、编写控制脚本.net using UnityEngine; using System.Collections; public class Test_ElectricFan : MonoBehaviour { public int speed=2; //旋转的速度 Vector3 target; // Use this for initi
相关文章
相关标签/搜索