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

大约有 28,630 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0589 秒)

3111. laya的debug工具可以知道方法的执行时间吗 [ 94%]

laya的debug工具可以知道方法的执行时间吗 2017-08-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 没有办法知道方法的执行时间,建议你可以用时间戳的...

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

3112. ShaderPass介绍(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 94%]

...例 下方示例来自于官方多Pass描边示例([demo示例](http://layaair2.ldc2.layabox.com/demo2/?language=ch&category=3d&group=Shader&name=Shader_MultiplePassOutline))。 ##### 第一个Pass使用的着色器: 顶点着色器 `outline.vs` 代码如下: ```c++ attribute vec4 a_Position...

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

3113. laya.d3.graphics.batch.RenderElementBatch_API3.0 [ 94%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/graphics/Batch/RenderElementBatch" RenderElementBatch Class RenderElementBatch Hierarchy RenderElementBatch Index Constructors c...

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

3114. laya.d3.renderobjs.renderobj.RenderGeometryElementOBJ_API3.0 [ 94%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/RenderObjs/RenderObj/RenderGeometryElementOBJ" RenderGeometryElementOBJ Class RenderGeometryElementOBJ Hierarchy RenderGeometryE...

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

3115. [LayaAir3]【Laya3.2.0】3D导航导航navAgent.getCurrentPath()接口报错 [ 94%]

[LayaAir3]【Laya3.2.0】3D导航导航navAgent.getCurrentPath()接口报错 TypeError: endRef.getData is not a function at localhost:18092/libs/laya.core.js:1151 附件 : --> 2024-06-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...

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

3116. 小游戏官方提供的获取用户信息的按钮怎么显示到laya这边的界面 [ 94%]

小游戏官方提供的获取用户信息的按钮怎么显示到laya这边的界面 微信小游戏获取用户数据的接口修改了  现在必须用wx.createUserInfoButton(Object object)生成一个按钮 用户点击这个按钮才能获取到用户信息,但我在laya这边掉用了这...

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

3117. laya.d3.core.particleshuriken.module.GradientDataInt_API3.0 [ 94%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/particleShuriKen/module/GradientDataInt" GradientDataInt Class GradientDataInt GradientDataInt 类用于创建整形渐变...

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

3118. 请问Unity3d里面的角色模型的皮肤颜色正常,但在LayaAir中角色皮肤变的很黑,场景中光照都有添加,这是什么原因? [ 94%]

请问Unity3d里面的角色模型的皮肤颜色正常,但在LayaAir中角色皮肤变的很黑,场景中光照都有添加,这是什么原因?   附件 : --> 2017-12-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 ...

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

3119. 关于as版的Animation.createFrames()不能工作? [ 94%]

...createFrames()生成的缓冲图集就是不能工作: package { import laya.display.Animation; import laya.display.Sprite; import laya.display.Stage; import laya.utils.Handler; import laya.net.Loader; import laya.events.Event; public class LayaUISample { protected var text:Text; protected var aaa...

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

3120. PBRStandardMaterial材质详解(TypeScript-3D基础(TS)-模型材质详解) [ 94%]

...使用材质 下面的代码来自于官方示例([demo地址](https://layaair.ldc.layabox.com/demo2/?language=ch&category=3d&group=Material&name=PBRStandardMaterialDemo))。 ```typescript //实例PBR材质 var mat:PBRStandardMaterial = new Laya.PBRStandardMaterial(); //反射贴图 Laya.Texture...

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