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

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

3951. mac下用FB打包发布测试页面,chrome浏览器看不到预期显示文字 [ 47%]

...isplay.Text;     public class LayaAirTest     {         public function LayaAirTest()         {             Laya.init(600, 300);             var txt:Text   = new Text();             txt.text     = "abc"+Laya.timer.currTimer;             txt.color  ...

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

3952. laya.d3.webxr.core.WebXRExperienceHelper_API3.0 [ 47%]

...amera setWebXRInput supportXR canvasOptions Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface

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

3953. 粒子编辑器报错 [ 47%]

...y 'addChild' of null TypeError: Cannot read property 'addChild' of null at Function.ViewRenderManager.show (file:///E:/LayaAirIDE_1.7.10_beta/resources/app/out/vs/layaEditor/h5/layabuilder.max.js:15196:27) at ParticleScene.__proto.show (file:///E:/LayaAirIDE_1.7.10_beta/resources/app/out/vs/layaEdit...

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

3954. [LayaAir3]3.0 Image使用的Texture不在_idResourcesMap里,没办法gc清,image执行destory的时候也没有清 [ 47%]

...1.png”错误。有简单的办法吗? 执行回调函数时报is not a function 注册函数里面 事件侦听函数的执行域 的详解 问题状态 最新活动: 2023-11-27 15:06 浏览: 3101 关注: 2 人 1692150182用户 • 2023-11-27 16:46 我并不是想要清texture2d,现在一张...

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

3955. laya.html.HtmlElement_API3.0 [ 47%]

...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Static property Static method Enumeration Interface

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

3956. 多指操作,会导致闪烁问题 [ 47%]

...te/instant/./scripting/js-bindings/jswrapper/v8/Object.cpp, 627): Invoking function (0xd5c31040) failed!   添加物理引擎后,在多指操作的情况下会出现这种报错 附件 : --> 5f38bb501210c90c838c0100964d5091.rar 2019-08-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...

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

3957. laya.d3.physicscannon.shape.CannonColliderShape_API3.0 [ 47%]

...ype parameter Constructor Property Method Accessor Object literal Variable Function Type alias Enumeration Interface Static property

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

3958. 手指点击list中的一个Item点击没反应 反复测试 发现 就是 手指稍微动一点就会点不住 手指 肯定没有鼠标精确度高 [ 47%]

... 微信 vison123 赞同来自:     /**@private */     __proto.loop=function(){         var mouseY=Laya.stage.mouseY;         var mouseX=Laya.stage.mouseX;         this._lastOffset=this.isVertical ? (mouseY-this._lastPoint.y):(mouseX-this._lastPoint.x);        ...

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

3959. Uncaught TypeError: Cannot read property 'regClass' of undefined [ 47%]

...perty 'displayObject' of null 浏览器运行提示TypeError: xxx is not a function Uncaught unknown animationClip version. Uncaught TypeError: Cannot read property 'props' of undefined 问题状态 最新活动: 2021-09-01 19:47 浏览: 2016 关注: 2 人 187*****204 • 2021-09-02 09:22 好吧,...

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

3960. LayaAir2.0开始就无法设置透明背景了吗? [ 47%]

LayaAir2.0开始就无法设置透明背景了吗? public function Main() { //根据IDE设置初始化引擎 Config.isAlpha = true; Laya.init(480, 900); Laya.stage.bgColor = "none"; }   AS3版,从Laya1.x升级过来之后,发现2.0-2.8都无法通过这个来设置背景透明。 这让人...

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