大约有 296 项符合查询结果, 库内数据总量为 30,897 项。 (搜索耗时: 0.0043 秒)
Laya_社区(278) Laya2.0_文档(6) Laya2.0_api(3) laya_api(3) Laya3.0_api(2) Laya3.0_文档(2) Laya2.0_示例(1) Laya_示例(1)
...oodList.dataSource = fooddata; //实例化角色容器 var foodBox = new Laya.Sprite(); //添加到舞台上 console.log(self.foodBox); Laya.stage.addChild(foodBox); self.foodBox = fooddata; console.log(self.foodBox); 2018-12-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20181221
[LayaAir3]Laya3.2.2版Spine 3.8开启fastRender播放完渲染会卡在第一帧 只要开启FastRender就会复现,当然我也有把最新github上修正spine动画stop状态错误的问题,重新编译了 https://github.com/layabox/LayaAir/commit/3bca9eed195b2b1b7ef68256ed3c9332615b8309 ...
来源: Laya_社区 发布时间: 20241224
...ders.length; i++) { let render :Laya.MeshSprite3D = this.Renders[i];//render为地面,显示阴影的对象 let mat = this.mulMatrix4x4(render.transform.worldMatrix, VPO); ShaderManager.Instance.SetSha...
来源: Laya_社区 发布时间: 20200229
...何获取当前所有动画名称呢?或者所有的AnimationClip呢? Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 如何获取一个3D模型的长宽高? 创建动效模板 可能存在bug 编辑了图片 执行代码说加载不出来资源 这个是怎么回事? tree mo...
来源: Laya_社区 发布时间: 20171122
layaAir2.3克隆以及获取节点重大bug!!! //第一种 用系统的场景摄像机 获取.lh文件节点克隆显示正常 //Laya.loader.create(resource, Laya.Handler.create(this, this.onPreLoadFinish1)); //第二种 用自己unity导出的场景直接克...
来源: Laya_社区 发布时间: 20200107
...域那个也用不了 都是报错获取不到宽高这些 附件 : --> myLaya.rar 2019-11-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 kylin 赞同来自: 2.0是指2.2.0? 我们在2.2.0进行了一次大...
来源: Laya_社区 发布时间: 20191115
...找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: package { import laya.display.Sprite; import laya.ui.Button; import laya.utils.Browser; import laya.utils.Handler; public class Main { public function Main() { //初始化引擎 Laya.init(500,500);//...
来源: Laya_社区 发布时间: 20180529
...y资源zip包,入口页无法获取 因为要接入googleplay,所以把layadcc之后的资源,都单独打包zip文件放到了手机目录中的storage\emulated\0\com.layabox.conch5\resource.zip中。 在游戏中加载入口页的话,还是用的本地加载mPlugin.game_plugin_set_option("...
来源: Laya_社区 发布时间: 20180327
...应loaded的时候,无法正确获取高度 class RoleUIDynamic extends Laya.Image { matterBody: Matter.Body; constructor() { super(); this.on('start', this, this.init); } private init():void { console.log("init", this.x, this.y, this.width, this.height, this.scaleX, this.scaleY); var createOption...
来源: Laya_社区 发布时间: 20180530
...poorpath02="Comp/yard_swimpool02.png"; export default class Yard extends Laya.Sprite { private swimpoolani:Laya.Animation; constructor() { super(); this.swimpoolani=new Laya.Animation(); //this.init(); this.swimpoolani.loadAtlas("./res/atlas/Comp.atlas",Laya.Handler.create(this,this.onLoaded)); ...
来源: Laya_社区 发布时间: 20190805