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

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

1. 设置滤镜(JavaScript-LayaAir基础篇(JS)-位图) [ 100%]

....alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = "showall"; Laya.stage.bgColor = "#232628"; Laya.loader.load(ApePath, Handler.create(this, setup)); })(); function setup() { normalizeApe(); makeRedApe(); grayingApe(); } function normalizeApe() { var originalApe = createApe(); apeTexture = Laya.lo...

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

2. 设置滤镜(TypeScript-LayaAir基础篇(TS)-位图) [ 98%]

....alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = "showall"; Laya.stage.bgColor = "#232628"; Laya.loader.load(this.ApePath, Handler.create(this, this.setup)); } private setup(): void { this.normalizeApe(); this.makeRedApe(); this.grayingApe(); } private normalizeApe(): void { var originalApe: Spr...

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

3. 设置滤镜(ActionScript-LayaAir基础篇(AS3)-位图) [ 97%]

....alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = "showall"; Laya.stage.bgColor = "#232628"; Laya.loader.load(ApePath, Handler.create(this, setup)); } private function setup(e:*=null):void { normalizeApe(); makeRedApe(); grayingApe(); } private function normalizeApe():void { var originalApe:Sprit...

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

4. 滤镜的集中实现 [ 93%]

...台 Laya.init(1110, 1110,Laya.WebGL); //设置舞台背景色 Laya.stage.bgColor = "#ffffff"; //原始位图 createImg(200,50); //红色滤镜 creteRedFilter(); //创建发光滤镜位图**/ createGlowFilter(); //创建阴影滤镜位图 createShadeFilter(); //创建糊滤滤镜位图 createBlurFilt...

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

5. 微信小游戏舞台背景色无法改变 [ 91%]

...:24 浏览: 1631 关注: 2 人 qq771472501 • 2018-02-05 11:32 Laya.stage.bgColor无法设置颜色.... Laya_Aaron • 2018-02-05 11:32 我们做的是小游戏适配,小游戏没有的功能就无法适配了,这个ide 有这个功能,小游戏没有,如果想实现得通过其他方法做...

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

6. laya.ui.ColorPicker [ 91%]

...Bounds方法获取。设置为true,对性能有一定影响。 Sprite  bgColor : String 表示颜色样本列表面板的背景颜色值。 ColorPicker blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite  borderColor : String 表示颜色样本列表面板的...

来源: Laya2.0_api 发布时间: 20190513

7. ColorPicker组件的皮肤制作标准是? [ 90%]

...it(640, 800);//设置游戏画布宽高。               Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。               Laya.loader.load("resource/ui/color.png", Handler.create(this,onLoadComplete));//加载资源。           }           private function onLoa...

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

8. ProgressBar属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 90%]

...放 Laya.stage.scaleMode = Stage.SCALE_SHOWALL; //背景颜色 Laya.stage.bgColor = "#232628"; //加载资源 Laya.loader.load(["../../../../res/ui/progressBar.png", "../../../../res/ui/progressBar$bar.png"], Handler.create(this, onLoadComplete)); } /***加载资源完成***/ private function onLoad...

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

9. 我想移动容器来实现前进的动画,但是移动不了。这里的y有问题 但是又不知道改成什么 [ 88%]

....alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = "showall"; Laya.stage.bgColor = "#232628"; showApe(); // Laya.timer.frameLoop(1,this,myLoop) })(); function showApe() { // 方法1:使用loadImage加载背景1 var bg1 = new Sprite(); bg1.loadImage("war/bc.png"); Laya.stage.addChild(bg1);   //...

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

10. laya.ui.ColorPicker [ 87%]

...Bounds方法获取。设置为true,对性能有一定影响。 Sprite  bgColor : String 表示颜色样本列表面板的背景颜色值。 ColorPicker blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite  borderColor : String 表示颜色样本列表面板的...

来源: laya_api 发布时间: 20170929