大约有 94 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0045 秒)
Laya_社区(42) Laya3.0_api(17) Laya2.0_文档(12) laya_api(9) Laya2.0_api(8) Laya3.0_文档(5) Laya2.0_示例(1)
...现游览器全屏 Laya.WeakObject怎么遍历key? layabox 程序 访问index.html?key='aaa' key参数启动类怎么获取? 为什么Loader.loadedMap里面的key存的是全路径,而不存相对路径呢? Laya.Tween 的属性列表的key 不能是变量? unity3d sentinel key not found Laya...
来源: Laya_社区 发布时间: 20190116
...我们用原生js看下如何使用。 新建一个js文件 ,放到index.html中代码如下: ```javascript var myWorker = new Worker("my_task.js"); myWorker.onmessage = function (oEvent) { console.log("Called back by the worker!\n"); }; myWorker.postMessage("start"); // start the worker. ``...
来源: Laya2.0_文档 发布时间: 20210715
... 下面我们用原生js看下如何使用。 新建一个js文件,放到index.html中。代码如下: var myWorker = new Worker("js/my_task.js"); myWorker.onmessage = function (oEvent) { console.log("Called back by the worker!\n"); }; myWorker.postMessage("start"); // start the worker. 新建...
来源: Laya3.0_文档 发布时间: 20251010
API DocumentationAll Packages | All Classes | Index | Frames No Frames HTMLCanvasProperties | Methods | Constants Packagelaya.resourceClasspublic class HTMLCanvasInheritanceHTMLCanvas laya.resource.Bitmap HTMLCanvas 是 Html Canvas 的代理类,封装了 Canvas 的属性和方法。。...
来源: laya_api 发布时间: 20170929
API DocumentationAll Packages | All Classes | Index | Frames No Frames TextAreaProperties | Methods | Events Packagelaya.uiClasspublic class TextAreaInheritanceTextArea TextInput Label UIComponent Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文...
来源: Laya2.0_api 发布时间: 20190513
...s 下载最新 protobuf 类库,并放到项目的bin目录中,同时在index.html 中引用到 protobuf.js <script type="text/javascript" src="protobuf.js"></script> 4.3 加载协议文件 protobuf 类库,通过 load 方法来加载协议文件 /** * Loads one or multiple .proto or...
来源: Laya3.0_文档 发布时间: 20250104
...1 14:29 iframe 也试过了。没用 kvs1205 • 2018-03-21 14:29 只要在index页面写的没有问题,在laya api的代码不管怎么都跳转不了 kvs1205 • 2018-03-21 14:30 这个跟引擎版本有关系?还是laya所有版本都是这样的 kvs1205 • 2018-03-21 13:44 没有报跨域...
来源: Laya_社区 发布时间: 20180321
API DocumentationAll Packages | All Classes | Index | Frames No Frames TextAreaProperties | Methods | Events Packagelaya.uiClasspublic class TextAreaInheritanceTextArea TextInput Label Component Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本...
来源: laya_api 发布时间: 20170929
...8:21:18.893291+0800 layabox[3608:626785] require(/sdcard/layabox/scripts/index.js) 2020-04-22 18:21:18.894472+0800 layabox[3608:626785] found the file in the package:scripts/index.js 2020-04-22 18:21:18.898273+0800 layabox[3608:626785] ====================================================== 20...
来源: Laya_社区 发布时间: 20200422
...,如何传递原生JS要用到的document.getElementById的ID过去? index.html没引用到的lib文件夹下的js可以全部删除吗? 3D模型贴图动作加载后,不使用了内存怎么释放?需要用到ResourceManager吗?有没有例子? 正式版IDE2.0.0 创建AS工程后,...
来源: Laya_社区 发布时间: 20250730