大约有 14 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0033 秒)
...b/System.Reflection/MethodBase.cs:115) UnityEditor.HostView.Invoke (System.String methodName, System.Object obj) (at C:/buildslave/unity/build/Editor/Mono/HostView.cs:249) UnityEditor.HostView.Invoke (System.String methodName) (at C:/buildslave/unity/build/Editor/Mono/HostView.cs:242) 2017-05-14 添...
来源: Laya_社区 发布时间: 20170514
getItemByClass(sign:String, cls:Class):*,怎么给Class的构造函数传参? 2018-09-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 LAYA_AIR 赞同来自: getItemByClass是不是只能得到实例后再...
来源: Laya_社区 发布时间: 20180913
...nterface.available) { var params:String = ExternalInterface.call("getParams"); if (params.indexOf("?")!=-1) { var ary:Array = params.split("?"); va...
来源: Laya_社区 发布时间: 20200217
LayaAir中字符串转xml 原Flash中直接通过XML()可强制转换String为XML,现在LayaAir中是否有类似的方法呢? 2017-02-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自...
来源: Laya_社区 发布时间: 20170215
...ces: any; // 完成加载资源配置文件 public static ONLOADEDRESJSON: string = "onLoadedResJson"; // 资源配置文件加载出错 public static ONLOADERRORRESJSON: string = "onLoadError"; // 资源组加载完成 public static ONLOADGROUPCOMPLETE: string = "onLoadGroupConplete"; // 资源组...
来源: Laya_社区 发布时间: 20161011
...生成方法报错 希望给spine增加一个showSlotSkinByName(slotName:String, name:String)方法 源代码中Handler中的setTo()方法 laya里面有没有通过一个类的名字(字符串)来获取该类的方法?类似get class by name ts如何通过文件集加载的方法预加载声音文...
来源: Laya_社区 发布时间: 20170928
...序入口 class Main{ //需要切换的图片资源路径 private monkey1:string = "res/img/monkey1.png"; private monkey2:string = "res/img/monkey2.png"; //切换状态 private flag:boolean = false; private img:Laya.Sprite; constructor() { //初始化引擎 Laya.init(1334,750); ...
来源: Laya_社区 发布时间: 20180226
...roid:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name"> <activity android:name="demo.MainActivity" android:screenOrientation="landscape" android:windowSoftInputMode="stateHidden|adjustPan" android:configChanges="keyboard|keyboardHidden|screenLayout|screenSi...
来源: Laya_社区 发布时间: 20170722
...ame": "Chen"}'); traceMsg(test['id']); traceMsg(test['name']); var jsonURL:String = "res/json/config.json"; traceMsg("加载: " + jsonURL); Laya.loader.load(jsonURL, Handler.create(this, readJsonFinish, [jsonURL]), null, Loader.JSON); } private function readJsonFinish(url:String = null):void { trace...
来源: Laya_社区 发布时间: 20180227
as3字符串截取int的问题 String("10,12").split(','); 被自动转成以下JS并报错Uncaught ReferenceError: int is not defined function DConfig(){}; __class(DConfig,'DConfig'); __getset(1,DConfig,'GamrRoomEnterPower',function(){ return DConfig.gamrRoomEnterPower; },function(value){ DConfig....
来源: Laya_社区 发布时间: 20170731