大约有 2,314 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0104 秒)
Laya_社区(1920) Laya2.0_文档(112) Laya3.0_api(61) Laya2.0_api(57) laya_api(54) Laya2.0_示例(50) Laya_示例(44) Laya3.0_文档(16)
... //Laya.init(UIID.DEFAULT_WIDTH,UIID.DEFAULT_HEIGHT, Laya.WebGL); Laya3D.init(UIID.DEFAULT_WIDTH,UIID.DEFAULT_HEIGHT, false); //添加3D场景 var scene:LayaScene = LayaScene.load("res/scene/Arena/Arena.ls"); La...
来源: Laya_社区 发布时间: 20170802
...任何缓存。 当值为"normal"时,canvas模式下进行画布缓存,webgl模式下进行命令缓存。 当值为"bitmap"时,canvas模式下进行依然是画布缓存,webgl模式下使用renderTarget缓存。 webgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,...
来源: laya_api 发布时间: 20170929
...任何缓存。 当值为"normal"时,canvas模式下进行画布缓存,webgl模式下进行命令缓存。 当值为"bitmap"时,canvas模式下进行依然是画布缓存,webgl模式下使用renderTarget缓存。 webgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,...
来源: Laya2.0_api 发布时间: 20190513
...t 组件列表渲染异常 微信小游戏如何使用ttf字体? Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement的使用 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 问...
来源: Laya_社区 发布时间: 20250423
...任何缓存。 当值为"normal"时,canvas模式下进行画布缓存,webgl模式下进行命令缓存。 当值为"bitmap"时,canvas模式下进行依然是画布缓存,webgl模式下使用renderTarget缓存。 webgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,...
来源: laya_api 发布时间: 20170929
...le=false后过一段时间设置mouseWheelEnable=true;无法滚动 Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 问题状态 最新活动: 2019-02-21 10:43 浏览: 2688 关注: 2 人 狮心 • 2019-02-21 11:15 非常专业的回答,非常感谢!!!
来源: Laya_社区 发布时间: 20190220
...任何缓存。 当值为"normal"时,canvas模式下进行画布缓存,webgl模式下进行命令缓存。 当值为"bitmap"时,canvas模式下进行依然是画布缓存,webgl模式下使用renderTarget缓存。 webgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,...
来源: Laya2.0_api 发布时间: 20190513
...关问题 Dialog:屏蔽点击Dialog之外的区域关闭弹框 Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 求指点3d射线碰撞和UI点击穿透的问题 如何设...
来源: Laya_社区 发布时间: 20231220
...o Native2.0正式版wss连接不成功web版本没问题,有DEMO Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 问题状态 最新活动: 2017-10-18 14:52 浏览: 891 关注: 2 人 浪货界扛把子 • 2017-10-18 16:47 直接穿件的是内嵌模式,我们这边开...
来源: Laya_社区 发布时间: 20171018
...irecod ... le.ts class GameMain{ constructor() { Laya.init(1920,950,Laya.WebGL); Laya.Stat.show(); const container = new Laya.Sprite(); Laya.stage.addChild(container); const mask = new Laya.Sprite(); mask.graphics.drawPoly(0, 0, [0, 0, 484, 0, 1483, 950, 0, 950], '#ff0000'); // container.addChild(...
来源: Laya_社区 发布时间: 20170915