大约有 3,680 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0097 秒)
Laya_社区(3202) Laya2.0_文档(154) Laya3.0_api(102) Laya2.0_api(82) Laya3.0_文档(71) Laya_示例(44) laya_api(25)
..., 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
...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
...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
...报错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
...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
.../旋转 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
...DE里,怎么调用微信小程序API 如何实现微信登录? laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 如何通过命令行工具构建和发布项目 问题状态 最新活动: 2019-08-21 22:13 浏览: 687 关注: 1 人
来源: Laya_社区 发布时间: 20190821
...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
...体 ```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
...体 ```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