• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 868 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0087 秒)

681. layacmd在centOS 6.5上运行出错 [ 37%]

...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

682. 引擎 TiledMap 居然不支持图块翻转 [ 37%]

...Y;                 }             }         }         clearAll () {             if (this._map) {                 this._map = null;             }             this.visible = false;             var tAniSprite;             if (this.aniSpriteArra...

来源: Laya_社区 发布时间: 20220627

683. laya.utils.Byte [ 37%]

...efined By  Byte(data:* = null) 创建一个 Byte 类的实例。 Byte  clear():void 清除字节数组的内容,并将 length 和 pos 属性重置为 0。调用此方法将释放 Byte 实例占用的内存。 Byte  ensureWrite(lengthToEnsure:int):void 保证该字节流的可用长度不小...

来源: laya_api 发布时间: 20170929

684. Shader预编译解决方案 [ 37%]

...3D._compileDefineDatas;                 compileDefineDatas.clear();                 for (var i = 0, n = defineNames.length; i < n; i++)                     //将宏定义名称转换为  Laya.DefineDatas               ...

来源: Laya_社区 发布时间: 20200606

685. Unity资源导出插件 · LayaAir3.4 · 引擎文档 · LAYABOX [ 36%]

...持情况如下: Unity的相机属性 LayaAir是否支持导出的说明 Clear Flags(清除标志) 支持 (包括:Skybox天空盒(Background背景色)、Solid Color纯色(Background背景色)、Depth only仅深度、Don’t Clear不清除) Projection(投射方式) 支持(...

来源: Laya3.0_文档 发布时间: 20251010

686. laya.display.AnimationBase_API3.0 [ 36%]

...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

687. SVG渐变精灵的扩展脚本继承了多个精灵, 在safari环境下重叠了渲染 [ 36%]

...   _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

688. 为什么会出现报错 ani not found:ufo1_down [ 35%]

...果主角死亡,停止游戏循环 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

689. laya.display.Animation_API3.0 [ 35%]

...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

690. laya.display.Animation [ 35%]

...(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵更多信...

来源: laya_api 发布时间: 20170929