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

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

191. 对话框点击空白处真的无法关闭 [ 70%]

...og = (function () { function selectColorDialog() { SelectColorDialog.super(this); this.name = 'SelectColorDialog'; this.x = 1013; } Laya.class(selectColorDialog, "SelectColorDialog", testUI); return selectColorDialog; }());调用对话框的方法 var dialog = new SelectColorDialog(); dialog.show();...

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

192. 限制区域拖动效果,为什么会无法限制呢? [ 70%]

...bGL; var Handler = Laya.Handler  function GolfMainUI() { GolfMainUI.super(this)  var dragRegion; showDragRegion(); this.golfBall.x = Laya.stage.width / 2; this.golfBall.y = Laya.stage.height / 2; this.golfBall.on(Event.MOUSE_DOWN, this, onStartDrag)  function showDragRegion() { //拖动限制区...

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

193. layaFlash 无法使用 Loader 加载外部SWF和图片 [ 70%]

...rite { public function SwfBinary() { super(); if(stage) { init(); } else { this.addEventListener(Event.ADDED_TO_STAGE,init); } } private function init(e:Event=null):void { var loader:Loader=new Loader(); var context:LoaderContext=new LoaderContext(false,ApplicationDomain.currentDomain); loader.conte...

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

194. 物体穿过平面后3d场景消失变黑屏 [ 70%]

...种情况)     Laya.Texture2D.load("res/skin/2.jpg",new Laya.Handler(this,this.loadfinish));//加载贴图 loadfinish(tex){ var mat=new Laya.UnlitMaterial();//创建材质 mat.albedoTexture=tex;//给材质添加贴图 //mat.albedoColorA = 0.5; //透明度 // mat.blend = Laya.RenderState.BLEND_EN...

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

195. LayaAir2.0(LayaBox)之小游戏开放域开发 [ 70%]

...test.atlas", "test/1.png", "test/2.png", "test/3.png"],Laya.Handler.create(this,this.onComplete)); } }.bind(this)); }else { Laya.loader.load("res/atlas/test.atlas",Laya.Handler.create(this,this.onComplete)); } ​ } ​ onComplete(): void { //初始化rank排行榜 var rank = new BigRank(); //初始...

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

196. l微信开放域无法显示,但是可以正常传数据 [ 70%]

...test.atlas" ){ Laya.loader.load("res/atlas/test.atlas",Laya.Handler.create(this,this.onComplete)); } }.bind(this)); else Laya.loader.load("res/atlas/test.atlas",Laya.Handler.create(this,this.onComplete)); } onComplete(): void { console.log("complated"); //初始化rank排行榜 var rank = new BigRan...

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

197. 截屏无法实现 [ 70%]

截屏无法实现 View gameView = mPlugin.game_plugin_get_view(); this.setContentView(gameView); 这个gameView应该就是游戏显示视图,但获取出来是空的,屏幕保存成文件全是黑的 现在不知道用什么方法进行截屏了 2017-04-23 添加评论 免费帖 --> 分享 ...

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

198. socket无法连接服务器 [ 70%]

...eDistconnected;         private initSocket(): void {             this.on(Laya.Event.OPEN, this, this.onConected);             this.on(Laya.Event.ERROR, this, this.onError);         }         public conectToServer(): void { //“连接”按钮的回调             if (t...

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

199. 请问图片大小可以手动设置宽高吗?怎么设置,看到API里的Sprite的width和height无法设置,只用于碰撞检测 [ 70%]

... 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: this.bg_img.skin = "ui/bg.jpg"; this.bg_img.width = Laya.stage.width; this.bg_img.height = Laya.stage.height; Image使用skin修改显示,改变宽高时,会拉伸显示内容 2018-01-22 0 0 分享 微博 QZONE 微信 为...

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

200. 2.7.0物理onTrigger无法触发 [ 70%]

....js的第4870行修改为    (data.isKinematic != null) && (this.isKinematic = data.isKinematic); 感谢您反馈的bug 2020-08-20 0 1 分享 微博 QZONE 微信 qzzz 赞同来自: 测试包 TEST_COLLIDER2.6_.0_.zip TEST_COLLIDER2.7_.0_.zip 2020-08-20 0 0 分享 微博 QZONE 微信 ...

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