日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問(wèn) 生活随笔!

生活随笔

當(dāng)前位置: 首頁(yè) >

U3D 扩展方法 Dotween tolua

發(fā)布時(shí)間:2025/3/18 37 豆豆
生活随笔 收集整理的這篇文章主要介紹了 U3D 扩展方法 Dotween tolua 小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

U3D 擴(kuò)展方法 & Dotween & tolua

using UnityEngine; using System.Collections; using LuaInterface;//tolua 空間引用 using DG.Tweening;//DOTWEEN 空間引用 public static class MyExt{//擴(kuò)展方法必須在靜態(tài)類中public static Transform LQDoMove(this Transform root, string str){//必須為靜態(tài)方法, 第一參數(shù)為 this Transform, camera 等 Debug.Log(str);return root;//返回transform以實(shí)現(xiàn)鏈?zhǔn)秸{(diào)用 }public static Transform LQ1(this Transform root){Debug.Log ("lq1========================");return root;}public static Transform LQ2(this Transform root){Debug.Log ("lq2========================");return root;}public static Transform LQ3(this Transform root){Debug.Log ("lq3========================");return root;} } public class helloLua : MonoBehaviour {// Use this for initializationvoid Start () {Debug.Log ("start------------");LuaState L = new LuaState ();string luaPath = Application.dataPath + "/Lua";L.Start ();L.AddSearchPath (luaPath);L.DoFile ("helloLua.lua");L.CheckTop ();L.Dispose ();transform.LQDoMove ("LQDoMove=====================").LQ1 ().LQ2 ().LQ3 ();//鏈?zhǔn)秸{(diào)用Tweener tw = transform.DOMove (new Vector3 (2, 2, 2), 1, false);tw.SetEase (Ease.InOutBack);tw.SetLoops (4, LoopType.Restart);tw.OnComplete(() => {Debug.Log("OnComplete================================");});}// Update is called once per framevoid Update () {} }

?

posted on 2016-11-07 11:34 時(shí)空觀察者9號(hào) 閱讀(...) 評(píng)論(...) 編輯 收藏

總結(jié)

以上是生活随笔為你收集整理的U3D 扩展方法 Dotween tolua的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。

如果覺(jué)得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。