大约有 302 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0059 秒)
Laya_社区(195) Laya3.0_api(43) Laya3.0_文档(17) Laya2.0_文档(17) Laya2.0_api(15) laya_api(14) Laya_示例(1)
... Demo见附件! //正常情况 var roomSprite = scene.addChild(Laya.Sprite3D.load("res/models/ddd/qqq.lh")); //问题1:出现异常情况,自动旋转了90° var terrain = Laya.Mesh.load("res/models/ddd/qqq-Line001.lm"); //问题2:如何才能保证地形图和原始场景吻合,这...
来源: Laya_社区 发布时间: 20170531
...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏如何使用t...
来源: Laya_社区 发布时间: 20180402
...运行时 找不到类的定义!这是为什么? 已上传 Demo 附件 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小程序—未找到入口 app...
来源: Laya_社区 发布时间: 20190703
... Events Packagelaya.d3.terrainClasspublic class TerrainInheritanceTerrain Sprite3D Node EventDispatcher Object Terrain 类用于创建地块。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node...
来源: Laya2.0_api 发布时间: 20190513
...s Packagelaya.d3.coreClasspublic class CameraInheritanceCamera BaseCamera Sprite3D ComponentNode Node EventDispatcher Object Camera 类用于创建摄像机。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是...
来源: laya_api 发布时间: 20170929
... function onComplete() { var grid = scene.addChild(Laya.Sprite3D.load("res/plane.lh")); //地面接收阴影 grid.getChildAt(0).meshRender.receiveShadow = true; var layaMonkey = scene.addChild(Laya.Sprite3D.load("res/LayaMonkey....
来源: Laya_社区 发布时间: 20180725
...版本引擎? 这个2d3d都可以用的, 3d也有专门的接口 sprite3d.load 和 scene3d.load 也是调用的这俩方法。 2019-05-08 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Ai文广 相关问题 加载到舞台的3D...
来源: Laya_社区 发布时间: 20181128
...ants Packagelaya.d3.coreClasspublic class BaseCameraInheritanceBaseCamera Sprite3D ComponentNode Node EventDispatcher ObjectSubclasses Camera, VRCamera BaseCamera 类用于创建摄像机的父类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefine...
来源: laya_api 发布时间: 20170929
...ackagelaya.d3.coreClasspublic class VRCameraInheritanceVRCamera BaseCamera Sprite3D ComponentNode Node EventDispatcher Object Camera 类用于创建VR摄像机。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是...
来源: laya_api 发布时间: 20170929
...机场景,以及两个粒子特效。在laya中代码如下: this._createSprite3D = 2; Laya.loader.create("res/h5/LayaScene_Effect/Effect.lh",Handler.create(this,this.onEffectOK),null,Laya.Sprite3D); Laya.loader.create("res/h5/LayaScene_aixin/aixin.lh",Handler.create(this,this.onEffectOK),null,Lay...
来源: Laya_社区 发布时间: 20180403