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

大约有 799 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0048 秒)

721. Laya2.6、2.7等支持async、await编译经验分享 [ 40%]

...l": ".", "paths": { "tslib": [ "/Applications/LayaAirIDE_beta.app/Contents/Resources/app/node_modules/tslib/tslib.d.ts", "tslib/tslib.d.ts" ] }, "lib": [ "esnext", "dom", "es2015.promise" ] } } 此时就要考虑转es5了,拿微信小游戏来说,wxgame.json配置里面打开es6toes5"useMinJsLib...

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

722. 鼠标交互-拖动 [ 40%]

....Stage; import laya.events.Event; import laya.maths.Rectangle; import laya.resource.Texture; import laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class Interaction_Drag { private const ApePath:String = "../../../../res/apes/monkey2.png"; private var ape:Sprite; priva...

来源: Laya_示例 发布时间: 20241125

723. laya.d3.core.material.PBRStandardMaterial [ 40%]

... class PBRStandardMaterialInheritancePBRStandardMaterial BaseMaterial laya.resource.Resource PBRStandardMaterial 类用于实现PBR(Standard)材质。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  albedoColor : Vector4 获取漫反射颜...

来源: Laya2.0_api 发布时间: 20190513

724. 下拉选项框组件 · LayaAir3.0文档 · LAYABOX [ 39%]

...s() export class UI_ComboBox extends Laya.Script { private skin: string = "resources/res/ui/combobox.png";//资源来自“引擎API使用示例” pageWidth: number; constructor() { super(); } // 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onA...

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

725. laya 2.0.1 下的 release-v2.0.2 layadcc热更新不了资源 [ 39%]

...de项目 5. 把第2步生成的layadccout下cache目录拷贝至xcode下的resource目录 6. 把第1步发布的所有文件上传至“http://xxx.xxx.com/”目录下 7. 把第3步生成的update目录上传至“http://xxx.xxx.com/”目录下 8. 在xcode下编译生成并运行游戏,可以正...

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

726. 鼠标交互-拖动 [ 39%]

....Stage; import laya.events.Event; import laya.maths.Rectangle; import laya.resource.Texture; import laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class Interaction_Drag { private const ApePath:String = "../../res/apes/monkey2.png"; private var ape:Sprite; private var...

来源: Laya2.0_示例 发布时间: 20241125

727. 精灵 · LayaAir3.0文档 · LAYABOX [ 39%]

...ld(sp1); sp1.pos(200, 190); // 加载并显示一个图片1 sp1.loadImage("resources/layabox.png", null); //需要在resources文件夹下放入layabox.png图片 let sp2 = new Laya.Sprite(); Laya.stage.addChild(sp2); // 加载并显示一个图片2 sp2.loadImage("atlas/comp/image.png", null); // 设...

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

728. 材质-BlinnPhong材质加载 [ 39%]

...; import laya.d3.math.Vector3; import laya.d3.math.Vector4; import laya.d3.resource.models.Mesh; import laya.display.Stage; import laya.events.Event; import laya.ui.Button; import laya.utils.Browser; import laya.utils.Handler; import laya.utils.Stat; import laya.webgl.WebGLContext; import common.Cam...

来源: Laya_示例 发布时间: 20241125

729. 【Laya2.1BUG】 给view设置runtime后,类型是any [ 39%]

...---------------------------------------   下面是我修改2.1.0的源码resources\app\out\vs\layaEditor\h5\layabuilder.max.js   修改下面五个地方,即可解决上面的问题:   1,替换两个函数: CodeManager.createTsSamePackageCode=function(packages,packageDic,preCode){ var tP...

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

730. laya2.0用FlashDevelop调用编译,总是打开bin\h5\index.html [ 38%]

... ] }   flashdevelop运行输出: Running process: D:\Laya3DTest\LayaAir\resources\app\out\vs\layaEditor\laya\libs\2.0.0beta2\as\layajs.exe "D:\Laya3DTest\code\3dtest\3dtest.as3proj";out=bin/js/bundle.js;iflash=false;quickcompile=false;outlaya=true; Laya AS2JS Compiler[Ver 2018091801] start... Qui...

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