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

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

241. 动画挂点(TypeScript-3D基础(TS)-LayaAir3D之Animator动画) [ 52%]

...{ Laya.stage.addChild(res); //用于挂点精灵 var box = new Laya.MeshSprite3D(Laya.PrimitiveMesh.createBox(1,1,1)); var material = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load("res/layabox.png", Laya.Handler.create(this, function(tex) { material.albedoTexture = tex; })); box.meshRenderer...

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

242. 动画挂点(JavaScript-3D基础(JS)-LayaAir3D之Animator动画) [ 52%]

...{ Laya.stage.addChild(res); //用于挂点精灵 var box = new Laya.MeshSprite3D(Laya.PrimitiveMesh.createBox(1,1,1)); var material = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load("res/layabox.png", Laya.Handler.create(this, function(tex) { material.albedoTexture = tex; })); box.meshRenderer...

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

243. Laya如何使用Promise、async、wait分享! [ 52%]

...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 分享:自定义事件派发与侦听(A页面派发 B页面侦听) 分享:打地鼠 AS、JS、TS版本 Demo! LayaAirIDE下如何使用mask...

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

244. js中使用sharedMesh报错 [ 51%]

...步试运行就报错了。 代码: //仓库原型 warehouse1 = Laya.MeshSprite3D.load("model/warehouse/1.lh"); scene.addChild(warehouse1); warehouse1.transform.rotate(new Laya.Vector3(0, 0, 0), false, false); warehouse1.transform.translate(new Laya.Vector3(-25,0,0),false); warehouse1.name = "仓...

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

245. 为什么laya.pathfinding.js里面Grid,通过Laya.Grid竟然获取不到?有laya.pathfinding.js使用教程吗?API中没有找到。 [ 51%]

... 请问有没有方法能够获取“鼠标是否处于按下状态”? sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 请问在layaIDE里,怎么调用微信小程序API 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. TextInput重写onF...

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

246. 动画节点 · LayaAir3.0文档 · LAYABOX [ 51%]

...lass() export class Animation extends Laya.Script { //declare owner : Laya.Sprite3D; @property({ type: Laya.Animation }) //在IDE面板中显示属性 ani: Laya.Animation; constructor() { super(); } //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次...

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

247. HTMLIframeElement 使用出错?请大神指点 [ 50%]

...答(最新版本:1.7.16) TS项目使用matter.js库无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 微信小游戏如何使用ttf字体? LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement使用 使用3D时候,Property 'getCompo...

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

248. laya.components.Script_API3.0 [ 50%]

...同一个节点只能添加此类型脚本一次 owner owner: Sprite | Sprite3D Overrides Component.owner Defined in laya/components/Script.ts:14 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中...

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

249. 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined [ 50%]

...sion/libs/laya.d3.js:37260:30) 10-15 16:43:46.702: I/LayaBox(3503): at MeshSprite3D.__proto._addComponentInstance (http://stand.alone.version/lib ... 3660:8) 10-15 16:43:46.702: I/LayaBox(3503): at MeshSprite3D.__proto.addComponent (http://stand.alone.version/lib ... 3731:8) 10-15 16:43:46.702: I/La...

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

250. 分享:使用 Chart.js 创建图标 [ 49%]

...什么? 已上传 Demo 附件 TS项目使用matter.js库无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 分享:自定义事件派发与侦听(A页面派发 B页面侦听) LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement使用 ...

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