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

大约有 401 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0041 秒)

341. 画了一个封闭的曲线,获取鼠标点击处的像素,为何坐标对不上导致拿不到正确位置的Texture? [ 44%]

...ce; public class Main { private var _view:Sprite; public function Main() { Config.isAntialias = true;//抗锯齿 //初始化引擎 Laya.init(1024, 768); //Stat.show(); Laya.stage.bgColor = "#ccc"; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.alignV =...

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

342. 模拟石头下落过程不明抖动 [ 44%]

...tage; export class TexasMain{ private balls:Laya.Sprite = ; constructor(){ Config.isAntialias = true // alert("宽"+Laya.Browser.clientWidth+"高"+Laya.Browser.clientHeight ); // Laya.init(Laya.Browser.clientWidth,Laya.Browser.clientHeight, Laya.WebGL ); Laya.init(720,1280,Laya.WebGL); Laya.stage.al...

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

343. 官方demo2d界面混合3d模型,3d模型不显示 [ 44%]

...了的 158*****197 • 2022-05-07 10:18 @Laya_Yan:也在init之前设置了Config.isAntialias = true; 158*****197 • 2022-05-07 15:28 @Laya_Yan:大佬,麻烦空的时候帮忙看下锯齿的问题,锯齿的问题也卡了好几天了 Laya_Yan • 2022-05-07 16:58 @158*****197:我们正在看,...

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

344. 小游戏发布工具与小游戏目录介绍(TypeScript-小游戏适配文档-微信小游戏) [ 44%]

.../mp.weixin.qq.com/debug/wxagame/dev/index.html?t=2018115)。 #### `project.config.json`小游戏的项目配置文件 文件里包括了小游戏项目的一些信息,如果想修改appid等信息,可以直接在这里面编辑。 > 项目参数libVersion的值一定要是game,这里一般不...

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

345. List翻页效果 [ 44%]

...动。 2017-12-02 0 1 分享 微博 QZONE 微信 ZX 赞同来自: import ConfigInfo from "../data/ConfigInfo"; import { ui } from "../ui/layaMaxUI"; export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super()...

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

346. List翻页效果怎么实现 [ 44%]

...复杂 2018-11-13 0 1 分享 微博 QZONE 微信 ZX 赞同来自: import ConfigInfo from "../data/ConfigInfo"; import { ui } from "../ui/layaMaxUI"; export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super()...

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

347. LayaAir下加载阿拉伯TTF字体,手机上显示时左右顺序反了。 [ 44%]

...EN_VERTICAL Laya.stage.bgColor = "#0e277a"; Laya.stage.frameRate = "fast"; Config.atlasEnable = true;   Text.CharacterCache = false; Text.setTextRightToLeft(); //设置文字排版模式为右到左。 Styles.labelColor = "#FFFFFF"; Font.defaultColor = "#FFFFFF"; Font.defaultSize = 36; Font.default...

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

348. app构建IOS包 进入游戏提示加载游戏失败,可能由于你的网络不稳定,请退出重进 [ 43%]

...1-09 20:50:15.650 ZhuaWawa[2531:1863829]  require(/sdcard/layabox/scripts/config.js) 2018-01-09 20:50:15.651 ZhuaWawa[2531:1863829] found the file in the package:scripts/config.js 2018-01-09 20:50:15.657 ZhuaWawa[2531:1863805] Download [  ]:http://h5.catcher.magicbone.co ... .3558 2018-01-09 20:50...

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

349. LayaAir3D打包Native Android应用,直连设备没问题,avm 运行报错 0x502 [ 43%]

....gradle,点击工具栏中的 sync project with gradle files; 5. 修改config.js,在末尾添加代码: =9ptwindow.ConchRenderType = =9pt6=9pt; 6. 修改 =9ptSplashDialog.java:=9ptimport com.example.layaboxsdk_demo.R 修正为 =9ptimport =9ptcom.layabox.game.R; =9pt7. 点击 Make Project ...

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

350. laya 的list组件,如果有多页信息,怎么实现翻页丫?? [ 43%]

...确。 2018-07-24 0 0 分享 微博 QZONE 微信 ZX 赞同来自: import ConfigInfo from "../data/ConfigInfo"; import { ui } from "../ui/layaMaxUI"; export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super()...

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