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

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

291. Android实现原生截屏截不到layaair.game.conch.*(Laya一个在Android的View)的内容 [ 47%]

...map bitmap = Bitmap.createBitmap(view.getWidth(), view.getHeight(), Bitmap.Config.ARGB_8888); Canvas canvas = new Canvas(bitmap); view.draw(canvas); 但并不能截到Window下的layaView(出laya外的其他部分可以截到,另外注意我写了个Android项目自测,放上Android的原生组...

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

292. js进度,进度,js场景进度效果 [ 47%]

...GL还是Canvas if (Laya.Render.isWebGL) { Laya.init(800, 600, Laya.WebGL); Config.isAlpha = true; //设置画布是否透明,只对2D(WebGL)、3D有效。 Laya.stage.bgColor = "none"; //背景透明 } else { Laya.init(800, 600); Laya.stage.bgColor = null; //背景透明 } //画布水平居中对...

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

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

...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

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

...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

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

...了的 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

296. List翻页效果 [ 46%]

...动。 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

297. List翻页效果怎么实现 [ 46%]

...复杂 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

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

...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

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

...确。 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

300. 分享-js资源进度加载 [ 45%]

...3/sfx_twinkle_edited.mp3", type: Laya.Loader.SOUND } ]; constructor() { // Config.isAlpha = true; //设置画布是否透明,只对2D(WebGL)、3D有效。 Laya.init(1280, 800, Laya.WebGL); // Laya.stage.bgColor = "none"; //背景透明 //画布水平居中对齐 Laya.stage.alignH = Laya.Stage.ALIG...

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