Unity3D 滑動選牌

using UnityEngine; using System.Collections.Generic; public class Test : MonoBehaviour { float cardWidth = 152; float cardHeight = 212; private Vector2 touchFirst = Vector2.zero; //手指開始按下
相關文章
相關標籤/搜索