大约有 401 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0041 秒)
Laya_社区(323) Laya2.0_文档(31) Laya3.0_文档(14) Laya3.0_api(14) Laya2.0_api(7) Laya2.0_示例(7) laya_api(5)
...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
...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
...了的 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
.../mp.weixin.qq.com/debug/wxagame/dev/index.html?t=2018115)。 #### `project.config.json`小游戏的项目配置文件 文件里包括了小游戏项目的一些信息,如果想修改appid等信息,可以直接在这里面编辑。 > 项目参数libVersion的值一定要是game,这里一般不...
来源: Laya2.0_文档 发布时间: 20210714
...动。 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
...复杂 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
...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
...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
....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
...确。 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