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

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

2201. ViewStack属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 42%]

... private comp:ui.ComponentDemoUI; constructor() { Laya.init(1334,750, Laya.WebGL); Laya.stage.scaleMode = "full"; Laya.stage.bgColor = "#ffffff"; //加载图集成功后,执行onLoaded回调方法 Laya.loader.load("res/atlas/comp.atlas",Laya.Handler.create(this,this.onLoaded)); } private onLoaded(...

来源: Laya2.0_文档 发布时间: 20210715

2202. laya.display.FrameAnimation_API3.0 [ 42%]

...任何缓存。 当值为"normal"时,canvas模式下进行画布缓存,webgl模式下进行命令缓存。 当值为"bitmap"时,canvas模式下进行依然是画布缓存,webgl模式下使用renderTarget缓存。 webgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,...

来源: Laya3.0_api 发布时间: 20231115

2203. ios升级到15.4后游戏会一直闪屏,可重现demo见附件 [ 42%]

...16288806 • 2022-03-26 22:12 @Laya_Yan:在进入_flushToTarget的时候,webgl缓冲区里的东西 pc端和IOS15.4不一致。所以这个地方清理会出问题。 即使不清理,context.flush不执行。 能看到一样的闪屏效果。 c416288806 • 2022-03-27 00:38 @c416288806:_flushToT...

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

2204. unity插件报错 [ 42%]

...桌面调试出现报错Uncaught (in promise) DOMException: play() Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 本地调试加载本地图片都报错 2.2.0beta4,微信上动态合批报错. unity 粒子特效 laya插件有问题? 问题状态 最新活动: 2021-06-0...

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

2205. laya.spine.SpineSkeleton_API3.0 [ 42%]

...任何缓存。 当值为"normal"时,canvas模式下进行画布缓存,webgl模式下进行命令缓存。 当值为"bitmap"时,canvas模式下进行依然是画布缓存,webgl模式下使用renderTarget缓存。 webgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,...

来源: Laya3.0_api 发布时间: 20231115

2206. [LayaNative2]使用最新版2.13.9.3的安卓库会5-7分钟固定断网一次 [ 42%]

...atter.js库无智能提示 微信小游戏如何使用ttf字体? Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 求...

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

2207. laya.display.Animation_API3.0 [ 42%]

...任何缓存。 当值为"normal"时,canvas模式下进行画布缓存,webgl模式下进行命令缓存。 当值为"bitmap"时,canvas模式下进行依然是画布缓存,webgl模式下使用renderTarget缓存。 webgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,...

来源: Laya3.0_api 发布时间: 20231115

2208. Sprite用graphics绘制图形后,mouse_over触发scale显示有问题 [ 42%]

...; */ class Entry{ constructor(){ //程序入口 Laya.init(400, 400, Laya.WebGL); let res:any = []; res.push({url:"res/atlas/comp.atlas", type:Loader.ATLAS}); Laya.loader.load(res, Handler.create(null, this.__onLoaded)); } private __onLoaded(): void { Laya.stage.addChild(new Test()); } } new Entry();...

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

2209. 设置遮罩(JavaScript-LayaAir基础篇(JS)-位图) [ 42%]

...eConfig.height); else Laya.init(GameConfig.width, GameConfig.height, Laya["WebGL"]); Laya.stage.scaleMode = GameConfig.scaleMode; Laya.stage.screenMode = GameConfig.screenMode; Laya.stage.alignV = GameConfig.alignV; Laya.stage.alignH = GameConfig.alignH; //打开调试面板(通过IDE设置调试...

来源: Laya2.0_文档 发布时间: 20210715

2210. laya.display.EffectAnimation_API3.0 [ 41%]

...任何缓存。 当值为"normal"时,canvas模式下进行画布缓存,webgl模式下进行命令缓存。 当值为"bitmap"时,canvas模式下进行依然是画布缓存,webgl模式下使用renderTarget缓存。 webgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,...

来源: Laya3.0_api 发布时间: 20231115