大约有 3,290 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0140 秒)
Laya_社区(1557) Laya3.0_api(799) Laya2.0_api(368) laya_api(298) Laya2.0_文档(201) Laya3.0_文档(46) Laya2.0_示例(12) Laya_示例(9)
...ine: game_plugin_set_option key=gameUrl value=http://192.168.1.64:8900/bin/index.html 08-08 14:03:53.145 18569-18569/com.lightpaw.dietyroad E/LayaConch5: >>>>>>>conchjar android-2.0.8 08-08 14:03:53.147 18569-18569/com.lightpaw.dietyroad E/LayaConch5: plugin-----------------onCr...
来源: Laya_社区 发布时间: 20190808
... oc 同步方法,有返回值的时候崩溃 LayaNative如何选择通过index.js或是runtime.json启动? 2.2.0: safari浏览器,iphone的谷歌浏览器 遮罩大概率触发黑屏 LayaNative 预览在Android底下报错 ConchShader is not defined 按官网上的文档 使用LayaNative运行La...
来源: Laya_社区 发布时间: 20190103
... 下面我们用原生js看下如何使用。 新建一个js文件,放到index.html中。代码如下: ```typescript var myWorker = new Worker("my_task.js"); myWorker.onmessage = function (oEvent) { console.log("Called back by the worker!\n"); }; myWorker.postMessage("start"); // start the worke...
来源: Laya2.0_文档 发布时间: 20210715
...ler(this, () => { Laya.stage.addChild(spine); spine.play(0, true); })); index.html <html> <head> <meta charset='utf-8' /> <title>XXXXX</title> <meta name='viewport' content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=n...
来源: Laya_社区 发布时间: 20181120
API DocumentationAll Packages | All Classes | Index | Frames No Frames Transform3DProperties | Methods Packagelaya.d3.coreClasspublic class Transform3DInheritanceTransform3D EventDispatcher Object Transform3D 类用于实现3D变换。 Public Properties PropertyDefined By dummy : Animat...
来源: laya_api 发布时间: 20170929
API DocumentationAll Packages | All Classes | Index | Frames No Frames OrientedBoundBoxProperties | Methods Packagelaya.d3.mathClasspublic class OrientedBoundBoxInheritanceOrientedBoundBox Object OrientedBoundBox 类用于创建OBB包围盒。 Public Properties PropertyDefined By extent...
来源: laya_api 发布时间: 20170929
...何 挖洞!不用cacheAs方法 <!-- 请把当前代码片段加入到 index.html body 标签中的最下面,图片路径请自行更改,用到的图片我也会放到附件 --> <!-- 请用LayaAir IDE 自行创建窗口 并且放入一枚按钮,目前只对 矩形 挖洞 其他形状...
来源: Laya_社区 发布时间: 20200604
...ed环境 LayaAir IDE 2.0.0 beta2 3d示例项目 layanative2 -v v2.0.2 index.js 引用 web和小游戏平台 都是正常的 /** * 设置LayaNative屏幕方向,可设置以下值 * landscape 横屏 * portrait 竖屏 * sensor_landscape 横屏(双方向) * sensor_portrait 竖屏(双方向) *...
来源: Laya_社区 发布时间: 20181015
API DocumentationAll Packages | All Classes | Index | Frames No Frames RenderTexture2DProperties | Methods | Constants Packagelaya.resourceClasspublic class RenderTexture2DInheritanceRenderTexture2D BaseTexture laya.resource.Bitmap RenderTexture 类用于创建渲染目标。 Public Proper...
来源: Laya2.0_api 发布时间: 20190513
... 下面我们用原生js看下如何使用。 新建一个js文件,放到index.html中。代码如下: ```typescript var myWorker = new Worker("my_task.js"); myWorker.onmessage = function (oEvent) { console.log("Called back by the worker!\n"); }; myWorker.postMessage("start"); // start the worke...
来源: Laya2.0_文档 发布时间: 20210715