大约有 722 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0042 秒)
Laya_社区(259) Laya2.0_api(166) laya_api(138) Laya_示例(61) Laya2.0_示例(53) Laya2.0_文档(28) Laya3.0_api(9) Laya3.0_文档(8)
...e EventDispatcher ObjectPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite autoSize : Boolean = false 指定是否自动计算宽高...
来源: laya_api 发布时间: 20170422
... Laya.init(720, 1280,WebGL); // Stat.show(); //全屏不等比缩放模式 Laya.stage.scaleMode = Stage.SCALE_EXACTFIT; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.screen...
来源: Laya_社区 发布时间: 20180105
... class GameMain{ constructor() { Laya.init(1920,950,Laya.WebGL); Laya.Stat.show(); const container = new Laya.Sprite(); Laya.stage.addChild(container); const mask = new Laya.Sprite(); mask.graphics.drawPoly(0, 0, [0, 0, 484, 0, 1483, 950, 0, 950], '#ff0000'); // container.addChild(mask); container.m...
来源: Laya_社区 发布时间: 20170915
...Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Stat.show(); Laya.loader.load(skin, Handler.create(this, this.onLoadComplete)); } onLoadComplete() { const TextArea = Laya.TextArea; let ta = new TextArea(""); ta.skin = skin; ta.font ...
来源: Laya2.0_示例 发布时间: 20241125
... //Laya.stage.frameRate = Laya.Stage.FRAME_SLOW; Laya.Stat.show(); this.scene = Laya.stage.addChild(new Laya.Scene3D()); Laya.timer.loop(1, this, this.loopfun); } loopfun(){ this.lastT = Date.now(); let dis = 1;...
来源: Laya_社区 发布时间: 20200223
...ameMain{ constructor() { Laya.init(900,1440,Laya.WebGL); //WebGL Laya.Stat.show(0,0); let sp:Laya.Sprite = new Laya.Sprite; //sp.loadImage("comp/big.png"); //读取分辨率小的图片 正常 sp.loadImage("comp/hug.png"); //读取大分辨率图片 无法显示 Laya.stage.addChild(sp); } } new Game...
来源: Laya_社区 发布时间: 20180314
...自身的demo就会出现啊,只要开启统计日志输出,Laya.Stat.show(); 统计面板上的字全是乱码 chenw • 2018-06-19 16:08 我截图发下面
来源: Laya_社区 发布时间: 20180614
...行start函数。Component3DPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By Component3D() 创建一个新的 Component3D 实例。 Component3D event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher hasListener(type:String):Boolean ...
来源: laya_api 发布时间: 20170929
...下这里:http://ldc.layabox.com/index.php?m=content&c=index&a=show&catid=226&id=232 现在官网提供了示例demo还有文档教程,不太明白你说的很多地方都没说明白具体是指哪里,如果这里解释不清楚,你可以到群里找小松,加他的q...
来源: Laya_社区 发布时间: 20170215
...和 Alpha 通道值。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By _filter : Function[static] FilterPublic Methods MethodDefined By ColorFilter(mat:Array = null) 创建一个 ColorFilter 实例。 ColorFilter adjustBrightness(brigh...
来源: Laya2.0_api 发布时间: 20190513