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

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

3171. 时间轴动画(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 33%]

# 时间轴动画编辑器详解 *【注意】本篇教程采用LayaAirIDE 2.0.0版本,文中如有不同请以最新LayaAirIDE版本为准。* > 时间轴动画编辑器最是LayaAirIDE中的核心模块,通过对时间轴上的关键帧制作,自动生成运动中的动画帧,可快捷的...

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

3172. 列表组件 · LayaAir3.4 · 引擎文档 · LAYABOX [ 33%]

...事件的侦听器,而是直接侦听列表的ClickItem事件: list.on(Laya.UIEvent.ClickItem, this, this.onClickItem); // 回调函数的第一个参数就是当前被点击的对象 function onClickItem(item: GObject): void { console.log("点击了对象:" + item.title); //获得这个对象...

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

3173. laya.d3.core.particleshuriken.ShurikenParticleInstanceSystem_API3.0 [ 33%]

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/ShurikenParticleInstanceSystem" ShurikenParticleInstanceSystem Class ShurikenParticleInstanceSystem Hierar...

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

3174. 导入FBX报错 [ 33%]

...:19:19.032] [resource_tool] [info] Application Directory: C:\Program Files\LayaAirIDE3\resources\node_modules\nativetools\bin\ [2023-06-20 18:19:19.035] [resource_tool] [info] FBX file format version for this FBX SDK is 7.7.0 [2023-06-20 18:19:19.035] [resource_tool] [info] lAbsFolderName: D:\2023_6...

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

3175. laya.physics.joint.WheelJoint_API3.0 [ 32%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/physics/joint/WheelJoint" WheelJoint Class WheelJoint 轮子关节:围绕节点旋转,包含弹性属性,使得刚体在节...

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

3176. 父物体旋转会导致子物体的世界坐标系不正确?(附demo) [ 31%]

...Target").getChildByName("MoveBlockPivot").getChildByName("TargetGuard") as Laya.Sprite3D; Laya.stage.on(Laya.Event.KEY_PRESS, this, this.KeyPress); this.pivot = s.getChildByName("target_root").getChildByName("PendulumCircleTarget").getChildByName("MoveBlockPivot") as Laya.Sprite3D; let newRot = new ...

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

3177. 打包native报错 [ 31%]

...son   2019-06-18 13:34:09.276568+0800 test1[6479:65523]  require(/sdcard/layabox/scripts/index.js) 2019-06-18 13:34:09.277721+0800 test1[6479:65523] found the file in the package:scripts/index.js   2019-06-18 13:34:09.279091+0800 test1[6479:65523]  ===============================================...

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

3178. laya.d3.component.Animator_API3.0 [ 31%]

...ublic Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/component/Animator" Animator Class Animator Animator 类用于创建动画组件。 Hierarchy Component Animator Index Constructors constructor Properties _extra _singleton cullingMode owner runInEditor scriptPath CUL...

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

3179. ShaderPass介绍(JavaScript-3D基础(JS)-LayaAir3D之shader) [ 31%]

...例 下方示例来自于官方多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_文档 发布时间: 20210714

3180. SubShader介绍(JavaScript-3D基础(JS)-LayaAir3D之shader) [ 31%]

...案。每个Shader至少1个subShader,可以有多个subShader。 **在LayaAir3D中的SubShader属性介绍:** - 1.构造函数,需要两个参数,一个是attributeMap,一个是uniformMap,attributeMap定义了顶点的属性信息,对应的Shader中的attribute属性,attributeMap是...

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