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

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

281. Maximum call stack size exceeded [ 48%]

...Mode = "none";     GameConfig.alignV = "top";     GameConfig.alignH = "left";     GameConfig.startScene = "main.scene";     GameConfig.sceneRoot = "";     GameConfig.debug = false;     GameConfig.stat = false;     GameConfig.physicsDebug = false;     GameConfig.exportSceneToJson = tr...

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

282. laya.ui.Image_API3.0 [ 48%]

...lobalScaleX globalScaleY graphics gray group height hideFlags hitArea is3D left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect sizeGrid skewX skewY skin source stage staticCache texture timer toolTip top transform url useSourceSize view...

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

283. laya.ui.UIGroup_API3.0 [ 48%]

...olors labelFont labelPadding labelSize labelStroke labelStrokeColor labels left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect selectedIndex selection skewX skewY skin space stage stateNum staticCache strokeColors texture timer toolTip ...

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

284. 横竖屏切换,此引擎渲染有BUG [ 47%]

...Laya.Event.RESIZE, this, this.OnresizeFn); Laya.stage.alignH = "center";//"left";  Laya.stage.alignV = "middle";//"top";  Laya.stage.screenAdaptationEnabled=true;   oldWith: number = 0; oldheight: number = 0; HengPing(isFirst: boolean): void { if (Laya.stage != null) { this.oldWith = Laya.Browser...

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

285. 微信小游戏中iPhoneX的适配问题 [ 46%]

...讲,使用fixedauto、或者full适配模式后,将bg的top、bottom、left、right属性设置为0,不就可以铺满全屏了么。     2018-06-21 0 1 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 发个可复现demo吧 2018-06-04 0 2 分享 微博 QZONE 微信 kezhiyu 赞同来自: ...

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

286. laya.ui.Button_API3.0 [ 46%]

... labelFont labelPadding labelSize labelStroke labelStrokeColor labelVAlign left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect selected sizeGrid skewX skewY skin stage stateNum staticCache strokeColors texture timer toolTip top transfor...

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

287. laya.ui.CheckBox_API3.0 [ 46%]

... labelFont labelPadding labelSize labelStroke labelStrokeColor labelVAlign left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect selected sizeGrid skewX skewY skin stage stateNum staticCache strokeColors texture timer toolTip top transfor...

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

288. laya.ui.Radio_API3.0 [ 46%]

... labelFont labelPadding labelSize labelStroke labelStrokeColor labelVAlign left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect selected sizeGrid skewX skewY skin stage stateNum staticCache strokeColors texture timer toolTip top transfor...

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

289. laya.ui.UIComponent_API3.0 [ 46%]

...tion globalScaleX globalScaleY graphics gray height hideFlags hitArea is3D left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache texture timer toolTip top transform url viewport visible width x y zOrder Metho...

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

290. 关于适配模式 Laya.Stage.SCALE_FIXED_AUTO [ 45%]

...o" src="res/loading/logo.png" style="position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)"> 然后进入游戏逻辑后我又在stage上添加了同样路径下的同一张图片,我想让实现这两张图片在显示上大小保持一致 但是我们的...

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