using UnityEngine; [AddComponentMenu("NGUI/Interaction/Drag and Drop Root")] public class UIDragDropRoot : MonoBehaviour { public static Transform root; }