hch
2025-10-24 b19666d8acba43e715688da14fe19f029050e588
Main/Component/UI/Common/DragContainer.cs
@@ -3,13 +3,13 @@
//    [  Date ]:           Monday, July 31, 2017
//--------------------------------------------------------
using UnityEngine;
using System.Collections;
//DragContainer挂载在有射线检测的物体上,指向主物件
public class DragContainer : MonoBehaviour
{
    public int pos;
    public Transform mainTransform; // 主节点 Transform
}