大约有 2,110 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0086 秒)
...否包含空间中一点 OrientedBoundBox containsPoints(points:Vector.<Vector3>):int 该包围盒是否包含空间中多点 OrientedBoundBox containsSphere(sphere:BoundSphere, ignoreScale:Boolean = false):int 该包围盒是否包含空间中一包围球 OrientedBoundBox createByBou...
来源: laya_api 发布时间: 20170929
我的玩一玩打包报错,只要是有“<”就报错 index编码是utf-8 我试验了for 循环 while循环 和if语句 只要是有“<”,"<"后面的变量或者值就会报错 我的IDE版本1.7.18 附件 : --> 2018-04-18 添加评论 免费帖 --> 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20180418
...mecat-Bnthya3kQ4uXAUEgl_GARw==/lib/arm64/liblayaair.so (laya::imp_JS2CFunc<void (laya::XMLHttpRequest::*)(char const*, char const*)>::call(v8::FunctionCallbackInfo<v8::Value> const&)+404) [arm64-v8a] 4 #03 pc 00000000009bfcbc /data/app/com.mylafe.game.handsomecat-Bnthya3kQ4uXAUEgl_G...
来源: Laya_社区 发布时间: 20200309
...感觉是layaIDE的bug。 除此之外,在index.html文件中生成<script>应用js文件的顺序有时候也会有点问题,明明已经有对应js文件,引用的顺序就是会出错,导致找不到响应的类,只有去掉index.html中 <!--jsfile--startTag--> <!--jsf...
来源: Laya_社区 发布时间: 20170221
...rt Sprite = Laya.Sprite import Box = Laya.Box /** 公告栏 */ export default class Notice extends View { /** 滚动区域 */ hornBox: Box /** html对象 */ html: HTMLDivElement /** 滚动框的宽度 */ defaultX = 1110 /** 动画是否出于播放状态 */ isPlayIng:boolean = false /** 空格 */ pr...
来源: Laya_社区 发布时间: 20180314
...节点销毁之后为什么要注释掉 timer 的清理操作。 /** * <p>销毁此对象。destroy对象默认会把自己从父节点移除,并且清理自身引用关系,等待js自动垃圾回收机制回收。destroy后不能再使用。</p> * <p>destroy时会移除自...
来源: Laya_社区 发布时间: 20220224
...否包含空间中一点 OrientedBoundBox containsPoints(points:Vector.<Vector3>):int 该包围盒是否包含空间中多点 OrientedBoundBox containsSphere(sphere:BoundSphere, ignoreScale:Boolean = false):int 该包围盒是否包含空间中一包围球 OrientedBoundBox createByBou...
来源: Laya2.0_api 发布时间: 20190513
...回结果 let ret = await EditorEnv.sendMessageToPanel("MyPanel", "getResult"); //使用eval执行一些简单的脚本 let ret = await EditorEnv.runUIScript("window.eval", ` (function() { //do something return "hello"; }()) `); 2.3 预览运行进程和UI进程的通讯方式 1、预览运行进程...
来源: Laya3.0_文档 发布时间: 20251010
...String = null):void { var res:Resource; if (group) { var resouList:Vector.<Resource> = _groupResourcesMap[group]; if (resouList) { var tempResouList:Vector.<Resource> = resouList.slice(); for (var i:int, n:int = tempResouList.length; i < n; i++) { res = tempResouList[i]; if (!res.lock...
来源: Laya_社区 发布时间: 20190126
...可以打开一个浏览本地文件的窗口,来获取本地信息。<input type="file" id="myfile" value="" name="myfile" multiple="multiple"/> 这种功能在laya里面可以使用吗? 如果调用这个方法在原生js里面是可以弹出窗口的。var ne = document.createEvent('...
来源: Laya_社区 发布时间: 20180723