博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
JSBinding + SharpKit / 实战:转换 Stealth
阅读量:5275 次
发布时间:2019-06-14

本文共 2795 字,大约阅读时间需要 9 分钟。

这个例子相对简单,基本上一路顺畅

 // JSBindingSettings.classes

public static Type[] classes = new Type[]    {        typeof(PerTest),        typeof(PerTest.RefObject),        typeof(Debug),        typeof(Input),        typeof(GameObject),        typeof(Transform),        typeof(Vector2),        typeof(Vector3),        typeof(MonoBehaviour),        typeof(Behaviour),        typeof(Component),        typeof(UnityEngine.Object),        typeof(YieldInstruction),        typeof(WaitForSeconds),        typeof(WWW),        typeof(Application),        typeof(UnityEngine.Time),        typeof(Resources),        typeof(TextAsset),                typeof(IEnumerator),        typeof(List<>),        typeof(List<>.Enumerator),        typeof(Dictionary<,>),        typeof(Dictionary<,>.KeyCollection),         typeof(Dictionary<,>.ValueCollection),         typeof(Dictionary<,>.Enumerator),         typeof(KeyValuePair<,>),                 typeof(System.Diagnostics.Stopwatch),        typeof(UnityEngine.Random),        typeof(StringBuilder),        typeof(System.Xml.XmlNode),        typeof(System.Xml.XmlDocument),        typeof(System.Xml.XmlNodeList),        typeof(System.Xml.XmlElement),        typeof(System.Xml.XmlLinkedNode),        typeof(System.Xml.XmlAttributeCollection),        typeof(System.Xml.XmlNamedNodeMap),        typeof(System.Xml.XmlAttribute),        // for 2d platformer        typeof(LayerMask),        typeof(Physics2D),        typeof(Rigidbody2D),        typeof(Collision2D),        typeof(RaycastHit2D),        typeof(AudioClip),        typeof(AudioSource),        typeof(ParticleSystem),        typeof(Renderer),        typeof(ParticleSystemRenderer),        typeof(DateTime),        typeof(GUIElement),        typeof(GUIText),        typeof(GUITexture),        typeof(SpriteRenderer),        typeof(Animator),        typeof(Camera),        typeof(Mathf),        typeof(Quaternion),        typeof(Sprite),        typeof(Collider2D),        typeof(BoxCollider2D),        typeof(CircleCollider2D),        typeof(Material),        typeof(Color),        typeof(PolygonCollider2D),        typeof(Light),        typeof(NavMeshAgent),        typeof(Rect),        typeof(Physics),        typeof(Collider),        typeof(SphereCollider),        typeof(LineRenderer),        typeof(MeshCollider),        typeof(MeshRenderer),        typeof(Screen),        typeof(RaycastHit),        typeof(BoxCollider),        typeof(CapsuleCollider),        typeof(AnimatorStateInfo),        typeof(Rigidbody),        typeof(NavMeshPath),    };
View Code

 

public static string[] PathsNotToJavaScript = new string[]    {        "JSBinding/",        // "Stealth/", // 去掉        "DaikonForge Tween (Pro)/",        "NGUI/",    };

东西都拉到 Stealth 文件夹里

 

 

Replace!

 

FINISH

转载于:https://www.cnblogs.com/answerwinner/p/4688359.html

你可能感兴趣的文章
vue2.x directive - 限制input只能输入正整数
查看>>
实现MyLinkedList类深入理解LinkedList
查看>>
自定义返回模型
查看>>
C#.NET 大型通用信息化系统集成快速开发平台 4.1 版本 - 客户端多网络支持
查看>>
HDU 4122
查看>>
Suite3.4.7和Keil u3自带fx2.h、fx2regs.h文件的异同
查看>>
打飞机游戏【来源于Crossin的编程教室 http://chuansong.me/account/crossincode 】
查看>>
[LeetCode] Merge Intervals
查看>>
【翻译自mos文章】当点击完 finishbutton后,dbca 或者dbua hang住
查看>>
Linux编程简介——gcc
查看>>
2019年春季学期第四周作业
查看>>
MVC4.0 利用IActionFilter实现简单的后台操作日志功能
查看>>
rotate the clock
查看>>
bugku 变量
查看>>
数据库01 /Mysql初识以及基本命令操作
查看>>
数据库02 /MySQL基础数据类型以及多表之间建立联系
查看>>
Python并发编程04/多线程
查看>>
CF461B Appleman and Tree
查看>>
CF219D Choosing Capital for Treeland
查看>>
杂七杂八的小笔记本
查看>>