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

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

621. LayaAir3D中的Transform变换(JavaScript-3D基础(JS)-LayaAir3D图形系统基础概念) [ 64%]

...矩阵 `rotation:Quaternion` 世界旋转。 `right:Vector3` [read-only] 获取向右方向。 `forward:Vector3` [read-only]获取向前方向。 #### 3D世界中的子父关系 ​ 在3D世界中父节点变换,其子节点会跟着响应的变换。但是子节点发生变换并不会影响父...

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

622. laya.d3.core.ui3d.UI3D_API3.0 [ 64%]

... 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

623. Laya.stage.mouseEnabled = false;设置之后不生效,还是可以接收鼠标事件 [ 64%]

...义!这是为什么? 已上传 Demo 附件 请问有没有方法能够获取“鼠标是否处于按下状态”? 分享:自定义事件派发与侦听(A页面派发 B页面侦听) TextInput重写onFocus和onBlur事件监听不到 关于遍历产生的sprite的点击事件,急,大神...

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

624. laya3d有没有办法支持刚体按轨迹运动?? [ 64%]

...ayaBox IDE 支持多开吗 Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 微信小游戏上线了,但凑不够需要的用户量咋办,有人有解决办法么 laya3D动画无法播放 【BUG备忘录】关于Tween动画无法正...

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

625. [LayaAir3]从3.0.9开始纹理对象再次使用,会出现闪烁 [ 64%]

...Laya.loader.getRes是否还存在,不走load加载,直接从loader.getRes获取大纹理对象,则播放会闪烁  // 如果每次都走load接口加载则正常   我是拿3.0.11测试的,实际上从309版本修复了纹理计数问题,就出现了这个问题。 测试项目也上传了...

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

626. Sprite3D的克隆(ActionScript-3D基础(AS3)-LayaAir3D之精灵) [ 64%]

...is, onComplete)); } ////完成回调 public function onComplete():void { //获取资源 var layaMonkey:Sprite3D = scene.addChild(Loader.getRes("res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh")) as Sprite3D; //克隆sprite3d var layaMonkey_clone1:Sprite3D = Sprite3D.instantiate(layaMonkey, scene, ...

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

627. laya.d3.component.volume.batchvolume.StaticInstanceBatchRender_API3.0 [ 64%]

... 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

628. 射线一直无法获取物体 [ 64%]

射线一直无法获取物体     添加物体:  var qb_pet = scene.addChild(Laya.Sprite3D.load("./test.lh"));     qb_pet.once(Laya.Event.HIERARCHY_LOADED, this, function(){         qb_pet.addComponent(Laya.SphereCollider);     });   设置射线:    Laya.timer.frameLoop(1, null,...

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

629. LayaAir3D中的Transform变换(ActionScript-3D基础(AS3)-LayaAir3D图形系统基础概念) [ 64%]

...矩阵 `rotation:Quaternion` 世界旋转。 `right:Vector3` [read-only] 获取向右方向。 `forward:Vector3` [read-only]获取向前方向。 #### 3D世界中的子父关系 ​ 在3D世界中父节点变换,其子节点会跟着响应的变换。但是子节点发生变换并不会影响父...

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

630. [LayaAir2]打包成APP项目后,无法获取index.html下的变量和库 [ 64%]

[LayaAir2]打包成APP项目后,无法获取index.html下的变量和库 之前是一直发布h5的,能正常运行。现在构建APP后,发现无法获取index.html下的配置。例如获取uijsonFileUrl,通过window["uijsonFileUrl"]方式去获取,安卓端这边显示这个值是undef...

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