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

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

1. 加载-错误处理和进度 [ 100%]

... = ["do not exist", "../../res/fighter/fighter.png", "../../res/legend/map.jpg"]; Laya.loader.load(urls, Handler.create(this, onAssetLoaded), Handler.create(this, onLoading, null, false), Loader.TEXT); // 侦听加载失败 Laya.loader.on(Event.ERROR, this, onError); })(); function onAssetLoaded(tex...

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

2. 性能测试-卡通人物2 [ 92%]

...ZONTAL; Stat.enable(); Laya.stage.loadImage("../../res/cartoon2/background.jpg", 0, 0, 1280, 900); createCharacters(); text = new Text(); text.zOrder = 10000; text.fontSize = 60; text.color = "#ff0000" Laya.stage.addChild(text); Laya.timer.frameLoop(1, this, gameLoop); })(); function createCharacter...

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

3. 屏幕适配-屏幕适配 [ 89%]

...iddle"; //实例一个背景 var bg = new Image(); bg.skin = "../../res/bg.jpg"; Laya.stage.addChild(bg); //实例一个文本 txt = new Text(); txt.text = "点击我切换适配模式(noscale)"; txt.bold = true; txt.pos(0, 200); txt.fontSize = 30; txt.on("click", this, onTxtClick); Laya.stage.addCh...

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

4. 其他引擎的Demo-Example_23 [ 80%]

.../ create a background texture Laya.stage.loadImage("../../res/pixi/laserBG.jpg"); Laya.stage.frameLoop(1, this, animate); })(); function animate() { if (tick > frequency) { tick = 0; // iterate through the dudes and update the positions var laser = new Sprite(); laser.loadImage("../../res/pixi/laser...

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

5. 自定义shader-地形shader [ 76%]

...(Laya.Texture2D.load("../../res/threeDimen/scene/terrain/terrain/ground_01.jpg")); customMaterial.setDiffuseTexture2(Laya.Texture2D.load("../../res/threeDimen/scene/terrain/terrain/ground_02.jpg")); customMaterial.setDiffuseTexture3(Laya.Texture2D.load("../../res/threeDimen/scene/terrain/terrain/gro...

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