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

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

351. video在安卓手机上,怎么设置同层播放,还有怎么设置隐藏控制播放按钮 [ 46%]

...height', '100%'); // videoElement.playbackRate = 2;//加速播放 // 设置画布上的对齐参照物 reference = new Sprite(); this.addChild(reference); reference.pos(0, 0); reference.size(GoldConsts.contextWidth, GoldConsts.contextHeight); reference.graphics.drawRect(0, 0, reference.width, refere...

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

352. laya.ui.Panel [ 46%]

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

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

353. 微信小游戏入门介绍(TypeScript-小游戏适配文档-微信小游戏) [ 45%]

...有一些要注意的,比如不支持DOM与BOM、小游戏只能有一个画布、不支持Eval、不支持XML等等…… 但是, 对于LayaAir引擎的开发者来讲,不用刻意去了解到底有哪些差异,照正常的LayaAir引擎开发规则去开发就可以了。 > 注意:微信...

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

354. laya.ui.Tree_API3.0 [ 45%]

...ee_Example() { Laya.init(640, 800); Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/vscroll.png", "resource/ui/vscroll$bar.png", "resource/ui/vscroll$down.png", "resource/ui/vscroll$up.png", "resource/ui/clip_selectBox.png", "resource/ui/clip_tree_folde...

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

355. 微信关系链:LayaAir引擎针对开发数据域使用图集支持介绍 [ 45%]

...类 * author xiaosong * @date 2017-02-26 */ public class MsgMgr { /**共享画布类型**/ public static var SHAREDRESIZE:String = "sharedresize"; private static var _i:MsgMgr = null; public function MsgMgr() { super(); } public static function get instance():MsgMgr { return _i ||= new MsgMgr(); } /...

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

356. laya.display.Sprite [ 45%]

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

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

357. laya.display.Sprite [ 45%]

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

来源: laya_api 发布时间: 20170929

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

...playsinline", true); videoElmt.setAttribute("playsinline", true); // 设置画布上的对齐参照物 let reference: Laya.Sprite = new Laya.Sprite(); Laya.stage.addChild(reference); reference.pos(0, 0); reference.size(Laya.stage.width, Laya.stage.height); reference.graphics.drawRect(0, 0, reference...

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

359. 论坛里的截图方法实现后渲染截图的图片显示效果问题 [ 45%]

...NE 微信 zqn951201 赞同来自: 我上传了一个demo,当drawCanvas在画布尺寸大于300*300的时候,在s8 锤子 华为mate10等手机上就会出现图片色彩问题,排查出来是这些手机生成的canvas的问题(获取别的手机的base64在这些手机上测试过是正常...

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

360. 求助 Uncaught SyntaxError: Unexpected identifier [ 45%]

...ected identifier 这个是什么错?按照官网教程写的//初始化3d画布 Laya3D.init(0, 0, true); //设置全屏 Laya.stage.scaleMode = Stage.SCALE_FULL; //显示统计数据 Stat.show(); // 给舞台添加laya3d场景 var scene= Laya.stage.addChild(new Scene()) as Scene; //初始化照相...

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