Unity_2D遊戲對象的移動

結合腳本可讓遊戲對象移動起來,接下來實現的是一個天鵝飛行的效果。web using UnityEngine; using System.Collections; public class SwanMove : MonoBehaviour { public float speed; private float width; private float height;
相關文章
相關標籤/搜索