大约有 868 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0087 秒)
Laya_社区(575) Laya3.0_api(100) Laya2.0_api(69) laya_api(68) Laya2.0_文档(20) Laya3.0_文档(19) Laya2.0_示例(9) Laya_示例(8)
...ools/LayaAirCmdTool.max.js', '/data/ebuild/gongdou/gongdouH5/laya/.laya', 'clear=true', 'releasemode=normal', 'exportUICode=true', 'exportRes=true' ] type: Linux appPath: /data/tools/node-v8.9.0-linux-x64/lib/node_modules/layacmd/ProjectExportTools/ openProject: /data/ebuild/gongdou/gongdouH5/laya/....
来源: Laya_社区 发布时间: 20171211
...Y; } } } clearAll () { if (this._map) { this._map = null; } this.visible = false; var tAniSprite; if (this.aniSpriteArra...
来源: Laya_社区 发布时间: 20220627
...efined By Byte(data:* = null) 创建一个 Byte 类的实例。 Byte clear():void 清除字节数组的内容,并将 length 和 pos 属性重置为 0。调用此方法将释放 Byte 实例占用的内存。 Byte ensureWrite(lengthToEnsure:int):void 保证该字节流的可用长度不小...
来源: laya_api 发布时间: 20170929
...3D._compileDefineDatas; compileDefineDatas.clear(); for (var i = 0, n = defineNames.length; i < n; i++) //将宏定义名称转换为 Laya.DefineDatas ...
来源: Laya_社区 发布时间: 20200606
...持情况如下: Unity的相机属性 LayaAir是否支持导出的说明 Clear Flags(清除标志) 支持 (包括:Skybox天空盒(Background背景色)、Solid Color纯色(Background背景色)、Depth only仅深度、Don’t Clear不清除) Projection(投射方式) 支持(...
来源: Laya3.0_文档 发布时间: 20251010
...dChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents ...
来源: Laya3.0_api 发布时间: 20231115
... _proto.setGradientText = function () { this.graphics.clear(); let data = ''; data += 'data:image/svg+xml,' + '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" '; data += 'vi...
来源: Laya_社区 发布时间: 20180824
...果主角死亡,停止游戏循环 if(this.hero.hp < 1){ Laya.timer.clear(this,onLoop); } // 每隔30帧创建新的敌机 if(Laya.timer.currFrame%60 === 0){ createEnemy(2); } } function lostHp(role,lostHp){ // 减血 role.hp -= lostHp; if(role.heroType === 2){ // 每吃一个子弹升级道具...
来源: Laya_社区 发布时间: 20170525
...dChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents ...
来源: Laya3.0_api 发布时间: 20231115
...(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵更多信...
来源: laya_api 发布时间: 20170929