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

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

1091. LayaFlash如何使用chrome调试问题? [ 77%]

...nts.Event; public class Main extends Sprite { public function Main() { if (stage) init(); else addEventListener(Event.ADDED_TO_STAGE, init); } private function init(event:Event = null):void { removeEventListener(Event.ADDED_TO_STAGE, init); IFlash.setSize(960, 640); //2D项目中设置场景尺寸 I...

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

1092. scalefixed适配模式设置后,image的ceterX,centerY,top,bottom,left,right这些都没用 [ 77%]

...top,bottom,left,right这些都没用 如标题,我设置了fixedheight,stage设计分辨率1136x640,我在iphoneX分辨率下看,高度不变,宽度放大,stage是1386,640(从左边到最右黑色部分,我鼠标点击打印出了stage上的mousex,mousey,参考截图)。imgae...

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

1093. laya.ui.ProgressBar [ 77%]

...设置为true后,会变灰并且禁用鼠标。UIComponent displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node displayHeight : Number[read-only] 对象的显示高度(以像素为单位)。 Sprite displayWidth : Number[read-only] 对象的显示宽度(以像...

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

1094. Uncaught TypeError: Cannot read property 'XXX' of undefined [ 77%]

... = 512;             spe.size(512, 512);             Laya.stage.addChild(spe);             spe.graphics.drawRect(0, 0, 515, 515, "#996633", "#333333");             spe.on(Event.MOUSE_DOWN, spe, onMouseDown);             Laya.stage.on(Event.MOUSE_UP, this, ...

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

1095. 报错,这不是个构造函数 "StartPage is not a constructor" [ 77%]

...ple: var LayaSample = (function(){ (function(){ Laya.init(667,375); Laya.stage.bgColor = "#ffcccc"; Laya.loader.load("res/atlas/ui.atlas",Laya.Handler.create(this,onLoaded),null,Laya.Loader.ATLAS); })() function onLoaded(){ var StartPage = new StartPage(); Laya.stage.addChild(StartPage); var GameP...

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

1096. 关于代码创建的遮罩会显示遮罩背景色的问题 [ 77%]

...常的 onAwake(): void { let mask: Laya.Sprite = new Laya.Sprite(); Laya.stage.addChild(mask); mask.graphics.drawCircle(80,50,40,"#ffffff"); let sprite: Laya.Sprite = new Laya.Sprite(); Laya.stage.addChild(sprite); sprite.loadImage("myComp/loading_01.png"); //将遮罩设置给sprite sprite.mask = m...

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

1097. WebGL模式下用遮罩实现圆形头像会有警告出现 [ 77%]

...drawCircle(75, 75, 75, "#ffffff"); this.img.mask = mask; this.img.pos(Laya.stage.width / 2, Laya.stage.height / 2); Laya.stage.addChild(this.img); 附件 : --> 2017-01-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个...

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

1098. laya.ui.HBox [ 77%]

...,设置为true后,会变灰并且禁用鼠标。Component displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node displayHeight : Number[read-only] 对象的显示高度(以像素为单位)。 Component displayWidth : Number[read-only] 对象的显示宽度(以...

来源: laya_api 发布时间: 20170929

1099. 给3D场景scene添加鼠标事件无效 [ 77%]

...veScript 文件之后,看到里面对于鼠标的拖拉是通过给 Laya.stage 添加鼠标侦听事件实现的。 3、于是在 CameraMoveScript 初始化函数里,将事件的绑定对象修改为scene。结果是无反应。 4、绑定鼠标事件之前,是使用 scene = owner.scene 获...

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

1100. 关于微信小游戏关系链的问题 [ 77%]

...信息 wx.getOpenDataContext({url:"",data:{type:"resizeShared",width:Laya.stage.width,height:Laya.stage.height,matrix:Laya.stage._canvasTransform},isLoad:false});   //显示开发数据的内容,需要延迟处理,因为主域跟开发数据域同时初始化,可能碰巧赶上主域先调用...

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