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

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

581. ios打包单机版本问题,显示conchShader找不到和Status bar could not find cached time string image. 然后直接黑屏!!!!!! [ 45%]

...                                      .particleShuriKen.module.shape.SphereShape",e);var n=t.prototype;return n._getShapeBoundBox=function                                                            ReferenceError: ConchShader is not defined       ...

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

582. 文本-位图字体 [ 45%]

...idth >> 1, Laya.stage.height - txt.height >> 1); } } new Text_BitmapFont();module laya { import BitmapFont = Laya.BitmapFont; import Stage = Laya.Stage; import Text = Laya.Text; import Browser = Laya.Browser; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class Text_BitmapFont { pr...

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

583. 文本-自动调整文本尺寸 [ 45%]

...CAL\n" + "A POWERFUL HTML5 ENGINE ON FLASH TECHNICAL"; return text; } })();module laya { import Stage = Laya.Stage; import Text = Laya.Text; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class Text_AutoSize { constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(550,...

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

584. 性能测试-虫子(慎入) [ 45%]

...height; maggot.pos(x, y); } tick += 0.1; } } new PerformanceTest_Maggots();module laya { import Sprite = Laya.Sprite; import Browser = Laya.Browser; import Handler = Laya.Handler; import Stat = Laya.Stat; import Rectangle = Laya.Rectangle; import WebGL = Laya.WebGL; export class PerformanceTest_Magg...

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

585. UI-ProgressBar [ 44%]

...log("进度:" + Math.floor(value * 100) + "%"); } } new UI_ProgressBar();module laya { import Stage = Laya.Stage; import ProgressBar = Laya.ProgressBar; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class UI_ProgressBar { private progressBar: ProgressBar; constructor() { // 不...

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

586. JavaScript heap out of memory,ide编译不了代码 [ 44%]

...来自: Laya_Yan 找到ide的目录,LayaAirIDE_beta\resources\app\node_modules\rollup\dist\rollup.js 然后cmd 输入下面命令node --max_old_space_size=2048  ide的rollup.js完整目录地址。 就可以解决编译内存溢出的问题。不过,最好先确保自己的项目代码没有...

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

587. 计时器-间隔循环 [ 44%]

...n animateFrameRateBased() { rotateFrameRateBasedText.rotation += 1; } })();module laya { import Stage = Laya.Stage; import Text = Laya.Text; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class Timer_Interval { private rotateTimeBasedText: Text; private rotateFrameRateBasedText: Te...

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

588. 仿照laya官方demo做了一个视频播放的UI,为啥在微信里不能用? [ 44%]

...高人知识咋回事?代码如下:   /**Created by the LayaAirIDE*/ module view { export class Guide extends ui.GuideUI { constructor() { super(); // 创建Video元素 let videoElmt: any = Laya.Browser.createElement("video"); Laya.Browser.document.body.appendChild(videoElmt); // 设置Video元...

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

589. 文本-自动调整文本尺寸 [ 44%]

...FUL HTML5 ENGINE ON FLASH TECHNICAL"; return text; } } new Text_AutoSize();module laya { import Stage = Laya.Stage; import Text = Laya.Text; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class Text_AutoSize { constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(550,...

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

590. Sprite-节点控制 [ 44%]

...e); } function animate(e) { ape1.rotation += 2; ape2.rotation -= 4; } })();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class Sprite_NodeControl { private ape1: Sprite; private ape2: ...

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