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

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

501. Matrix4x4怎么用? [ 59%]

... 21:47 浏览: 1206 关注: 2 人 cuixueying • 2016-12-29 10:34 sprite3D.Transform.WorldMatrix

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

502. ambientColor无效 [ 59%]

...游戏中无效 3D动画混合无效 ColorFilter滤镜在遮罩下无效 transform.pivot = new Laya.Vector3(0,1,0); 设置pivot无效~~~~~~~~~~~~~ 鼠标点击无效 问题状态 最新活动: 2018-05-31 10:40 浏览: 1187 关注: 2 人

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

503. ConchInput settype无效 [ 59%]

...罩下无效 生成的粒子特效怎么设置colorComponentInter无效? transform.pivot = new Laya.Vector3(0,1,0); 设置pivot无效~~~~~~~~~~~~~ 问题状态 最新活动: 2019-07-15 12:01 浏览: 759 关注: 1 人

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

504. 我也是服了 [ 59%]

...。。。   let sprit:Laya.Sprite3D = new Laya.Sprite3D();     sprit.transform.pivot =     2019-06-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要回复问题...

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

505. laya.display.cmd.TransformCmd [ 59%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames TransformCmdProperties | Methods | Constants Packagelaya.display.cmdClasspublic class TransformCmdInheritanceTransformCmd Object 矩阵命令 Public Properties PropertyDefined By  matrix : Matrix 矩阵。 TransformCmd...

来源: Laya2.0_api 发布时间: 20190513

506. Tiled 中GridSprite.hide无效 [ 59%]

...bject层,层级设置无效的问题 ColorFilter滤镜在遮罩下无效 transform.pivot = new Laya.Vector3(0,1,0); 设置pivot无效~~~~~~~~~~~~~ 子域里面排行榜滑动无效,找不到原因。。跪求指导。。。 TextInput 的 type 属性设置为 number 的时候 maxChars 字数限...

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

507. 播放动画(JavaScript-3D基础(JS)-LayaAir3D之Animator动画) [ 59%]

.../加载到场景 scene.addChild(monkey); //让摄影机指向角色 camera.transform.lookAt(monkey.transform.position,new Laya.Vector3(0,1,0)); //获取动画组件 var ani = monkey.getComponent(Laya.Animator); //播放攻击状态 ani.play("attack"); //等待动画播放完成 Laya.timer.frameLoop(...

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

508. unity导出简单的点 [ 59%]

...加别的组件的情况下只导出一个空白节点吗,只需要用其transform中的position? 2017-10-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自:   2017-10-18 0 0...

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

509. laya.d3.core.light.PointLight_API3.0 [ 59%]

...ode shadowNearPlane shadowNormalBias shadowResolution shadowStrength timer transform url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt g...

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

510. PointLight介绍(TypeScript-3D基础(TS)-LayaAir3D之灯光) [ 59%]

... Laya.PointLight()) as Laya.PointLight; //设置点光源位置 pointLight.transform.position = new Laya.Vector3(0.4, 0.4, 0.0); //设置点光源的范围 pointLight.range = 6.0; ``` **range** 为设置点光源的范围,相当于点光的照射范围,数值越大,光照范围越大。 图1...

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