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

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

161. 3d粒子只要勾了looping,每次播放完开始下一次循环时候都会闪烁一下 [ 67%]

...Laya.Vector3(300, 500, 0); var translate = new Laya.Vector3(0, 0, 0); Laya.Sprite3D.load("res/LayaScene_gamescene/Conventional/chest01.lh", Laya.Handler.create(this, function(sp:Laya.Sprite3D):void { console.log("111111111111111111111") var target: Laya.Sprite3D = scene3d.addChil...

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

162. material材质平铺 [ 67%]

...质,这样能平铺吗? var plane = this.scene.addChild(new Laya.MeshSprite3D(new Laya.PlaneMesh(200, 50, 1, 1))); plane.transform.translate(new Laya.Vector3(0, -0.4, 0)); var material1 = new Laya.StandardMaterial(); material1.diffuseTexture = Laya.Texture2D.load("http://192.168.1.41/brick_diffu...

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

163. 多摄像机窗口使用(ActionScript-3D基础(AS3)-LayaAir3D之Camera) [ 67%]

...t = scene.addChild(new DirectionLight()) as DirectionLight; //加载模型 Sprite3D.load("res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", Handler.create(null, function(sp:Sprite3D):void { //将模型加到场景上 var layaMonkey:Sprite3D = scene.addChild(sp) as Sprite3D; })) ``` 编译运行上...

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

164. laya.d3.core.light.DirectionLight_API3.0 [ 67%]

... Static WORLDINVERTFRONT WORLDINVERTFRONT: number Inherited from RenderableSprite3D.WORLDINVERTFRONT Defined in laya/d3/core/Sprite3D.ts:31 Accessors active get active(): boolean set active(value: boolean): void Inherited from Node.active Defined in laya/display/Node.ts:655 获取自身是否激活...

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

165. 关于模型创建问题 [ 67%]

关于模型创建问题 new Laya.Sprite3D.load("../../res/threeDimen/staticModel/simpleScene/B00IT001M000.v3f.lh") 和 new Laya.MeshSprite3D(Laya.Mesh.load("nvXia/A02P1V1F001AX01@yequangongjinv-DEFAULT0.lm")) 这样创建区别是什么,.lh和.lm这两种文件格式区别是什么,什...

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

166. 有偿解答 Laya致命问题 -预加载,进度问题 [ 66%]

...进度值,从0开始,进度变化非常小,然后突然变为1有Sprite3D(lh格式)加载出来,加载进度会重复两次 参考代码: 2018-05-07 添加评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关链接 提交 0 个回复 为什么...

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

167. 微信小游戏 · LayaAir3.0文档 · LAYABOX [ 66%]

...egClass() export class Script extends Laya.Script { //declare owner : Laya.Sprite3D; @property({ type: Laya.Scene3D }) scene3d: Laya.Scene3D; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { //...

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

168. SWF处理后使用问题 [ 66%]

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

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

169. laya.d3.core.RenderableSprite3D [ 66%]

...ationAll Packages | All Classes | Index | Frames No Frames RenderableSprite3DProperties | Methods | Events Packagelaya.d3.coreClasspublic class RenderableSprite3DInheritanceRenderableSprite3D Sprite3D Node EventDispatcher ObjectSubclasses MeshSprite3D, PixelLineSprite3D, ShuriKenParticle3D,...

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

170. laya.d3.core.light.LightSprite [ 66%]

...ckagelaya.d3.core.lightClasspublic class LightSpriteInheritanceLightSprite Sprite3D Node EventDispatcher ObjectSubclasses DirectionLight, PointLight, SpotLight LightSprite 类用于创建灯光父类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyD...

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