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

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

111. 调用动画结束on方法,报错this.zombieAnimator.on is not a function [ 68%]

...报错this.zombieAnimator.on is not a function 创建官方示例3D Laya.Sprite3D.load("res/threeDimen/skinModel/Zombie/Zombie.lh", Laya.Handler.create(this, function(zombie:Laya.Sprite3D):void { scene.addChild(zombie); this.zombieAnimator = (zombie.getChildAt(0) as Laya.Sprite3D).getComponent(Laya....

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

112. laya.d3.core.RenderableSprite3D [ 68%]

...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

113. laya.d3.core.light.PointLight_API3.0 [ 68%]

... 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

114. laya.d3.core.light.SpotLight_API3.0 [ 68%]

... 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

115. 使用fairygui加载网络图片资源时,laya.core.js中的drawTexture会报错 [ 68%]

...答(最新版本:1.7.16) TS项目使用matter.js库无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 加载到舞台的3D模型不显示贴图 LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体? 微信小游戏:HTMLDivElement的...

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

116. 为什么rotation、scale赋值了不管用? [ 68%]

为什么rotation、scale赋值了不管用? 我创建了一个Sprite3D: this.role3D = Laya.MeshSprite3D.load("3d/ben/Export.lh") this.role3D.transform.scale = new Laya.Vector3(0.5,0.5,0.5); this.role3D.transform.position = new Laya.Vector3(0,20,0); 以上的scale、position设置均不起作...

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

117. 使用LayaUnityPlugin插件导出unity对象出错 [ 67%]

...新的插件unity5.5版本,可以导出成功了; 但是用 Laya.Sprite3D.load 加载 lh 文件,没有加载任何3D模型。 我看了一下 lh 文件,MeshSprite3D 对象在子节点的子节点中,根节点是 Sprite3D 对象;因为unity 中对象有一定的层级关系。 附件...

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

118. 物理刚体(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 67%]

...script //新建一个球体模型并添加到舞台上 var sphere:Laya.MeshSprite3D = scene.addChild(new Laya.MeshSprite3D(PrimitiveMesh.createSphere(1))) as Laya.MeshSprite3D; //新建一个球形的碰撞盒 var sphereShape:Laya.SphereColliderShape = new Laya.SphereColliderShape(1); //给球添加...

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

119. 【初学者】导入模型进行旋转结果出现问题 [ 67%]

...ction = new Laya.Vector3(1, -1, 0); //添加自定义模型 var box : Laya.Sprite3D = scene.addChild(Laya.Sprite3D.load("res/Scene.lh")) as Laya.Sprite3D; box.transform.rotate(new Laya.Vector3(0, 0, 0), false, false); //旋转方向与角度设置 var vect:Laya.Vector3 = new Laya.Vector3(1,0,0); //...

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

120. 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