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

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

651. laya.physics.joint.PulleyJoint_API3.0 [ 44%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节。 ratio ratio: number = 1.5 Defined in laya/physics/joint/PulleyJoint.ts:27 [首次设置有效]两刚体移动距离比率 Optional runInEditor runInEditor: boolean Inherited from Component.runInEdito...

来源: Laya3.0_api 发布时间: 20231115

652. 横竖屏切换,此引擎渲染有BUG [ 44%]

...信小游戏掉帧严重 Laya2.6.0beta 物理引擎 刚体碰撞位置获取不正确 富文本下划线绘制bug LayaAirIDE1.4版本里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 as3 ,LayaAir下调试matter.js物理引擎出错...

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

653. 小白求问:3D模型导入不显示,想做个跟官网教程一样的Demo,导入模型,可以鼠标旋转视角 [ 43%]

...义!这是为什么? 已上传 Demo 附件 请问有没有方法能够获取“鼠标是否处于按下状态”? 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的元素始终保持在最底部显示? 加载到舞台的3D模型不显示贴图 btn ...

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

654. laya.physics.joint.DistanceJoint_API3.0 [ 41%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

来源: Laya3.0_api 发布时间: 20231115

655. 【简单跑酷--JS版】---Lv.5 玩家踩地板 [ 41%]

...s.maxRight = 0; //如果不开启autoSize 父容器的宽度和高度无法获取 this.autoSize = true; //初始化的时候将坐标放到屏幕右边 this.x = 852; //y坐标取一个随机值 为什么是32 因为我们的整个素材是 32 * 20 拼起来的 this.y = 32 * 6 + 32 * parseInt(8 * Mat...

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

656. 【简单跑酷--JS版】---Lv.6 终篇 [ 35%]

...s.maxRight = 0; //如果不开启autoSize 父容器的宽度和高度无法获取 this.autoSize = true; //初始化的时候将坐标放到屏幕右边 this.x = Config.GameWidth; //y坐标取一个随机值 为什么是32 因为我们的整个素材是 32 * 20 拼起来的 this.y = 32 * 6 + 32 * par...

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

657. laya.physics.joint.WeldJoint_API3.0 [ 35%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

来源: Laya3.0_api 发布时间: 20231115

658. laya.physics.joint.RevoluteJoint_API3.0 [ 33%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

来源: Laya3.0_api 发布时间: 20231115

659. 一篇了解LayaAir的屏幕适配,及有效抗锯齿(TypeScript-LayaAir基础篇(TS)-屏幕适配) [ 32%]

...3`个物理像素。 LayaAir引擎里可以通过`Laya.Browser.clientWidth`获取逻辑分辨率的宽,通过`Laya.Browser.clientHeight`获取逻辑分辨率的高。 在手机等移动设备的竖屏状态下,窄面为宽,长面为高。如果发生了屏幕翻转的横屏状态,则长的...

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

660. 十几秒以后动画渲染时间变长,帧率变慢,是怎么回事? [ 31%]

...效(版本2.6) 骨骼动画播放完后的回调时间 Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能conso...

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