unity 游戏物体自动循环移动脚本

using UnityEngine; using System.Collections; public class SwanMove : MonoBehaviour { private float moveSpeed=4; //swan的移动速度. // Use this for initialization void Start () { //设置天鹅的初始位置. transform.posit
相关文章
相关标签/搜索