大约有 3,518 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0077 秒)
Laya_社区(2613) Laya3.0_api(265) Laya2.0_文档(227) Laya2.0_api(113) laya_api(98) Laya_示例(83) Laya3.0_文档(74) Laya2.0_示例(45)
...age.height - inputText.height >> 1; // 设置字体样式 inputText.bold = true; inputText.bgColor = "#666666"; inputText.color = "#ffffff"; inputText.fontSize = 20; inputText.maxChars = 5; } } new Text_MaxChars();module laya { import Input = Laya.Input; import Stage = Laya.Stage; import Browser = L...
来源: Laya2.0_示例 发布时间: 20241119
...子两种 Public Properties PropertyDefined By antiCrack : Boolean = true 是否调整地块边缘消除缩放导致的缝隙 TiledMap autoCache : Boolean = true 是否自动缓存没有动画的地块 TiledMap autoCacheType : String = normal 自动缓存类型,地图较大时建议使用n...
来源: laya_api 发布时间: 20170929
...子两种 Public Properties PropertyDefined By antiCrack : Boolean = true 是否调整地块边缘消除缩放导致的缝隙 TiledMap autoCache : Boolean = true 是否自动缓存没有动画的地块 TiledMap autoCacheType : String = normal 自动缓存类型,地图较大时建议使用n...
来源: Laya2.0_api 发布时间: 20190513
...制"; inputText.editable = false; // 设置字体样式 inputText.bold = true; inputText.bgColor = "#666666"; inputText.color = "#ffffff"; inputText.fontSize = 20; Laya.stage.addChild(inputText); } })();module laya { import Input = Laya.Input; import Stage = Laya.Stage; import Browser = Laya.Browser...
来源: Laya_示例 发布时间: 20241119
...e_proxy(mProxy); mPlugin.game_plugin_set_option("localize", "true"); mPlugin.game_plugin_set_option("gameUrl", "http://stand.alone.version/index.html"); mPlugin.game_plugin_init(); View gameView = mPlugin.ga...
来源: Laya_社区 发布时间: 20170423
...andler.create(this,function(){ sk.play(1,true) sk.pos(200,200) Laya.stage.addChild(sk); })) Laya.tim...
来源: Laya_社区 发布时间: 20180828
...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 构建iOS工程后,真机上运行显示“网络异常,请检查您的网络或与开发商联系...”, 发布到vivo平台后,龙骨动画无法显示 laya3D动画无法播放 问题状态 最新...
来源: Laya_社区 发布时间: 20160628
... autoplay 动画图集是否自动播放,默认为false。如果设置为true,则动画被创建并添加到舞台后自动播放。 wrapmode 播放类型:默认为0是正序播放(POSITIVE),1为倒序播放(REVERSE),2为pingpong播放(PINGPONG)。 interval 动画播放间隔...
来源: Laya3.0_文档 发布时间: 20241014
...-- | ------- | ------- | | isAntialias | 是否开启抗锯齿 | Boolean | true | | isAlpha | 画布是否透明 | Boolean | false | | premultipliedAlpha | 设置画布是否预乘 | Boolean | true | | isStencil | 设置画布是否开启模板缓冲 | Boolean | true | | octreeCulling | 是否开启...
来源: Laya2.0_文档 发布时间: 20210715
...-- | ------- | ------- | | isAntialias | 是否开启抗锯齿 | Boolean | true | | isAlpha | 画布是否透明 | Boolean | false | | premultipliedAlpha | 设置画布是否预乘 | Boolean | true | | isStencil | 设置画布是否开启模板缓冲 | Boolean | true | | octreeCulling | 是否开启...
来源: Laya2.0_文档 发布时间: 20210715