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

大约有 2,312 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0246 秒)

2181. 滤镜-发光滤镜 [ 47%]

...V = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Laya.loader.load(apePath, Laya.Handler.create(this, this.setup)); } setup() { this.createApe(); this.applayFilter(); } createApe() { const Sprite = Laya.Sprite;...

来源: Laya2.0_示例 发布时间: 20260303

2182. Sprite-显示图片 [ 47%]

...V = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; this.showApe(); } showApe() { const monkey1Path = "./res/apes/monkey1.png", monkey2Path = "./res/apes/monkey2.png"; // 方法1:使用loadImage let ape = new L...

来源: Laya2.0_示例 发布时间: 20260303

2183. LayaAir下TTF字体的使用方式? [ 47%]

...示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏如何使用ttf字体? 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 问题状态 最新活动:...

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

2184. [LayaAir2]在使用videoDom创建视频元素后iPad跟iPhone中位置不一样 [ 47%]

...! sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 微信小游戏如何使用ttf字体? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement的使用 有什么容器能够实...

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

2185. layaAir1.3.0版本swf组件的使用 [ 47%]

...略 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 分享:适配LayaAir版本的PureMVC框架 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 分享:打地鼠 AS、JS、TS版本 Demo! LayaAirIDE下如何使用mask? 动画混合无...

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

2186. LayaAir2.13中使用ASTC纹理显示异常,使用两个以上ktx纹理时报错。 [ 47%]

...  -pp-premultiply             Run a preprocess over the image that scales RGB components in             the image by the alpha value. Preprocessing applies before any             codec encoding swizzle, so color data must be in the RGB             components in the source im...

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

2187. 加载TiledMap 不显示 [ 47%]

...Laya.stage.alignH = Stage.ALIGN_CENTER;          // Laya.stage.scaleMode = Stage.SCALE_SHOWALL;         Laya.stage.bgColor = "#232628";          this.createMap();          Laya.stage.on("click", this, this.onStageClick);     }      private create...

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

2188. TypeScript在LayaAir 1.X和2.X中对待module和namespace的异同,求2.x使用自定义namespace的方法(module已经找到方法) [ 47%]

...) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如...

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

2189. 3D动画播放时,无法改变自身及子对象的任何属性,动画停止后才可以,是什么原因? [ 47%]

... • 2017-12-27 14:31 localRotationEuler和rotationEuler 都试过;包括scale值都也不能更改,是什么原因? liuhang123 • 2017-12-27 17:54 我发现,在动画播放过程中不能改,动画停止后是可以更改,是什么原因? 伐木工人 • 2017-12-27 18:42 @liuhang123...

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

2190. IOS的safari浏览器打开h5项目demo,游戏场景偏移(附件有完整demo) [ 47%]

...V = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.screenMode = Stage.SCREEN_HORIZONTAL; //实例一个背景 var bg:Image = new Image(); bg.skin = "res/ui/bg.jpg"; Laya.stage.addChild(bg); //实例一个文本 var txt:Text = new Te...

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