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

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

51. 打包安卓Android studio黑屏 [ 55%]

...GL ES 3.2 v1.r14p0-00cet0.b33ebadea0b6ef5b967c7f21064b122d]     Start js scripts/apploader.js I/0: >>>>>>>>>>>>>The network has changed I/0: connected type=1 I/ViewRootImpl: jank_removeInvalidNode jank list is null D/OpenGLRenderer:   HWUI Binary is  enabl...

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

52. 3D中摄像机绕物体旋转该如何实现? [ 50%]

...置创建一个名为cameraroot 的sprit3D,给它添加一个cameraMoveScript脚本组件,然后​cameraroot.addchild创建一个摄像机,设置好摄像机的默认位置角度使其朝向物体就行了 2017-07-14 1 1 分享 微博 QZONE 微信 183*****755 赞同来自: 需要开发者参...

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

53. 官方案例里摄像机绕物体旋转脚本的问题 [ 50%]

...例里摄像机绕物体旋转脚本的问题 官方案例里的CameraMoveScripts在2.0版本下有很多接口,属性不存在。比如this.camera.moveForward、 super._initialize(owner)、super._update(state)等,放在1.7版本里是有的。是不是LayaAir.d.ts有修改。现在有别的接...

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

54. 使用3D精灵 · LayaAir3.3 · 引擎文档 · LAYABOX [ 41%]

... const { regClass, property } = Laya; @regClass() export class CameraMoveScript extends Laya.Script3D { /** @private */ protected _tempVector3: Laya.Vector3 = new Laya.Vector3(); protected lastMouseX: number = 0; protected lastMouseY: number = 0; protected yawPitchRoll: Laya.Vector3 = new Laya.Vecto...

来源: Laya3.0_文档 发布时间: 20250103

55. [LayaAir3]LayaAir3.0UnityPlugin 导出出错 [ 38%]

...shRenderer' has been destroyed but you are still trying to access it. Your script should either check if it is null or you should not destroy the object. MeshUitls.writeSkinnerMesh (UnityEngine.SkinnedMeshRenderer skinnedMeshRenderer, System.String meshName, System.IO.FileStream fs, System.Int32 Max...

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

56. 使用3D摄像机 · LayaAir3.3 · 引擎文档 · LAYABOX [ 30%]

...rty } = Laya; @regClass() export default class CameraControll extends Laya.Script { @property( { type: Laya.Sprite3D } ) public target: Laya.Sprite3D; private camera: Laya.Camera; public distanceUp: number = 0.5;//相机与目标的竖直高度参数 public distanceAway: number = 10;//相机与目...

来源: Laya3.0_文档 发布时间: 20240910