标签:style blog io color sp on div log cti
using UnityEngine; using System.Collections; public class MyDragDropItem :UIDragDropItem{ protected override void OnDragDropRelease(GameObject surface){ base.OnDragDropRelease(surface); //进行我们的处理代码了 print(surface); } }
标签:style blog io color sp on div log cti
原文地址:http://www.cnblogs.com/heisaijuzhen/p/4124792.html