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

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

961. 加载prefab的代码编译失败,提示“Property 'transform' does not exist on type 'Node'” [ 60%]

...,             Laya.Sprite3D.load("res/prefabs/Conventional/SampleScene.lh", Laya.Handler.create(null, function(sp)             {                 var layaMonkey2  = scene.addChild(sp);                 layaMonkey2.transform.localScale = new Laya.Vector3(4, 4, 4);     ...

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

962. TypeError: Failed to execute 'texImage2D' on 'WebGLRenderingContext' [ 60%]

...t SkyBox.__proto._render (http://127.0.0.1:55942/game/code.js:74089:17) at Scene.__proto._renderScene (http://127.0.0.1:55942/game/code.js:81177:9) at Camera.__proto._renderCamera (http://127.0.0.1:55942/game/code.js:91842:9) at Scene.__proto.renderSubmit (http://127.0.0.1:55942/game/code.js:81631:4...

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

963. WebXR · LayaAir3.0文档 · LAYABOX [ 60%]

...rite3D(20,"right"); let pixelleft = new PixelLineSprite3D(20,"left"); this.scene.addChild(rightControl); this.scene.addChild(leftControl); this.scene.addChild(pixelright); this.scene.addChild(pixelleft); webXRInput.bindMeshNode(leftControl,WebXRInput.HANDNESS_LEFT); webXRInput.bindMeshNode(rightCont...

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

964. Cannot find module Roaming\npm\node_modules\layaair2-cmd\layaair2-cmd.js [ 60%]

...报错Cannot find global type 'Array' 运行报错 Uncaught Can not find scene:GameView.scene undefined 问题状态 最新活动: 2022-09-19 17:12 浏览: 9002 关注: 4 人 wq • 2020-07-11 13:47 layaair2-cmd安装老是出错啊,官方用的什么node版本啊,9.x 10.x 12.x 下的都有问...

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

965. laya.html.dom.HTMLIframeElement_API3.0 [ 60%]

...rameElement Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name drawtocanvCtx Accessors active activeInHierarchy alpha blendMode cacheAs components contextHeight contextWidth customRenderEnable destroyed displayHeight display...

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

966. laya.display.Sprite_API3.0 [ 60%]

.../旋转 shape 对象。 } } Hierarchy Node Sprite Text Stage AnimationBase Scene Scene3D SoundNode VideoNode Skeleton MovieClip TileAniSprite MapLayer GridSprite Particle2D PhysicsDebugDraw SpineSkeleton UIComponent DialogManager Index Constructors constructor Properties _extra _ownGraphics _scene _...

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

967. Laya2发布微信报错 [ 60%]

...DE里,怎么调用微信小程序API 如何实现微信登录? laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 如何通过命令行工具构建和发布项目 问题状态 最新活动: 2019-08-21 22:13 浏览: 687 关注: 1 人

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

968. laya.html.dom.HTMLDivElement_API3.0 [ 59%]

...rameElement Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name drawtocanvCtx Accessors active activeInHierarchy alpha blendMode cacheAs components contextHeight contextWidth customRenderEnable destroyed displayHeight display...

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

969. 物理系统之FixedConstraint(JavaScript-3D基础(JS)-LayaAir3D之物理系统) [ 59%]

...体 ```typescript //创建盒型MeshSprite3D var box: MeshSprite3D = (this.scene.addChild(new MeshSprite3D(PrimitiveMesh.createBox(1, 1, 1)))); //设置材质 var transform: Transform3D = box.transform; var pos: Vector3 = transform.position; pos.setValue(0, 5, 0); transform.position = pos; //创建...

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

970. 物理系统之FixedConstraint(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 59%]

...体 ```typescript //创建盒型MeshSprite3D var box: MeshSprite3D = (this.scene.addChild(new MeshSprite3D(PrimitiveMesh.createBox(1, 1, 1)))); //设置材质 var transform: Transform3D = box.transform; var pos: Vector3 = transform.position; pos.setValue(0, 5, 0); transform.position = pos; //创建...

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