摘要: public TweenPosition tweenIn; public TweenScale tweenOut; EventDelegate In = new EventDelegate(this, "OnTweenInFinished"); tweenIn.onFinished.Add(In); EventDelegate Out= new ... 阅读全文
posted @ 2016-07-29 01:33 RONGWEIJUN 阅读(274) 评论(0) 推荐(0) 编辑