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

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

391. laya.d3.core.light.LightSprite [ 78%]

...umentationAll Packages | All Classes | Index | Frames No Frames LightSpriteProperties | Methods | Events Packagelaya.d3.core.lightClasspublic class LightSpriteInheritanceLightSprite Sprite3D Node EventDispatcher ObjectSubclasses DirectionLight, PointLight, SpotLight LightSprite 类用于创...

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

392. 2.0.1beta的导入unity导出的场景出错 [ 78%]

...在unity里面LayaRun预览没有任何问题,也成功导出了Scene和Sprite3D。但是把这些放到项目bin文件夹下之后,对着文档进行更改之后,F5调试就报错了。 2019-03-18 0 0 分享 微博 QZONE 微信 由纪 赞同来自: 同样遇到这样的问题,请问该怎...

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

393. 资源概述(ActionScript-3D基础(AS3)-LayaAir3D之资源加载) [ 78%]

...。需使用 **Scene3D** 类加载。 `.lh`为预设文件,选择导出Sprite3D类别时生成。其中缺少场景信息,其他的特征与.ls文件相同,但是需要使用 **Sprite3D** 类加载。 `.lm`为模型数据文件,通常是FBX格式的转换而成。可以使用 **MeshSprite3D*...

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

394. 3D变换 · LayaAir3.0文档 · LAYABOX [ 78%]

...加装饰器暴露cube的属性,代码如下: @property({ type: Laya.Sprite3D }) public cube: Laya.Sprite3D; 然后在IDE中,将Cube节点拖入装饰器暴露的属性入口,即可用代码控制Cube节点了。 1. 平移变换 平移变换的定义如下: /** * 平移变换。 * @param t...

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

395. laya.ui.TextArea [ 78%]

...iClasspublic class TextAreaInheritanceTextArea TextInput Label UIComponent Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获...

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

396. laya.ui.Panel [ 78%]

...nts Packagelaya.uiClasspublic class PanelInheritancePanel Box UIComponent Sprite Node EventDispatcher Object Panel 是一个面板容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node ...

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

397. BackGround.super(this);这个报错 Cannot read property 'call' of undefined [ 78%]

..._super) { function BackGround() { BackGround.super(this); this.bg=new Laya.sprite; this.bg.loaImage("war/beijing.png"); this.addchild(this.bg);  }; Laya.class(BackGround,"BackGround",_super) return BackGround; })(Laya.sprite); BackGround.super(this);这个报错 Cannot read property 'call' of undef...

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

398. this.bitmap.activeResource is not a function. [ 78%]

...; rankTexture.bitmap.alwaysChange = true;//小程序使用,非常费 let sprite = new Laya.Sprite(); sprite.graphics.drawTexture(rankTexture, 0, 0, rankTexture.width, rankTexture.height); this._content.addChild(sprite); sprite.pos(40, 190);报:this.bitmap activeResource is not a function 2019-09...

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

399. [BUG]大量调用 graphics.drawCircle 导致错误 [ 78%]

...ics.drawCircle 导致错误 代码: for (var i = 0; i < 500; i++) { var Sprite = new Laya.Sprite(); Sprite.graphics.drawCircle(Math.random() * 500, Math.random() * 800, 50, "#666666", "#555555", 5); Laya.stage.addChild(Sprite) } 其他: Laya.init(Laya.Browser.width, Laya.Browser.height, Laya.WebG...

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

400. [LayaAir3]UI3d点击判定问题 [ 77%]

...容,先查找距离近的ui3d的点击判定导致全都走到了一个sprite的事件触发上,这个问题已经记录,您可以暂时根据项目需求调整ui3dMangaer里面UI3DList属性的排序规则来处理问题,后面会更新问题内容。 2024-05-08 0 1 分享 微博 QZONE 微...

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