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

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

2361. Clip属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 47%]

...V = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; //预加载资源 Laya.loader.load([buttonSkin, clipSkin, bgSkin], laya.utils.Handler.create(this, onSkinLoaded)); })(); function onSkinLoaded() { showBg(); cre...

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

2362. discard property,please use transform's property instead [ 46%]

...Laya3D.init(0, 0, true);         //适配模式         Laya.stage.scaleMode = Laya.Stage.SCALE_FULL;         Laya.stage.screenMode = Laya.Stage.SCREEN_NONE;         //开启统计信息         Laya.Stat.show();         var scene = Laya.stage.addChild(new Laya.Scene());   ...

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

2363. swf转成H5资源显示超出原有范围 [ 46%]

...;     import flash.display.StageAlign;     import flash.display.StageScaleMode;     import flash.events.Event;     import flash.net.URLRequest;     import flash.system.ApplicationDomain;     import flash.system.LoaderContext;     import flash.system.Capabilities;     public c...

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

2364. 使用HttpRequest向外部链接请求ip所在省份时,遇到 No 'Access-Control-Allow-Origin' header错误 [ 46%]

...示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体? 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 使...

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

2365. 关于Tween类多个对象同时缓动的时候过一段时间会不同步 [ 46%]

...里 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 缓动Tween能用在3D物体或者特效上面吗? 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成负数 红米K20pro 多个手指同时...

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

2366. Sprite-节点控制 [ 46%]

...V = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; this.createApes(); } createApes() { const Sprite = Laya.Sprite; let monkey2Path = "res/apes/monkey2.png"; this.ape1 = new Sprite(); this.ape2 = new Sprite(); th...

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

2367. Laya怎么使用雪碧图(spritesheet)? [ 46%]

...) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 关于Laya实现Matter.js官方案例凹多边形的问题 Laya mac版的IDE 是没测试就上线了吗? ...

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

2368. 请问,在使用插件导出包含多个动画的FBX文件时报错,怎么处理? [ 46%]

...ct node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) LayaExport.DataManager.getGameObjectData (UnityEngine.GameObject gameObject, System.String gameObjectPath, .JSONObject parentsChildNodes, Boolean ignoreNullChild) LayaExport.DataManager.getSc...

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

2369. Sprite-轴心点 [ 46%]

...V = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; this.createApes(); } createApes() { const Sprite = Laya.Sprite; let monkey2Path = "res/apes/monkey2.png"; let gap = 150; this.ape1 = new Sprite(); Laya.stage.ad...

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

2370. 在Laya中使用Matter.js的最简示例 (JS) [ 46%]

...示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 成都雨墨游戏 求 laya ...

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