大约有 4,373 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0113 秒)
Laya_社区(2475) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(35)
...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
...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
...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
...1.png”错误。有简单的办法吗? 执行回调函数时报is not a function 注册函数里面 事件侦听函数的执行域 的详解 问题状态 最新活动: 2023-11-27 15:06 浏览: 3101 关注: 2 人 1692150182用户 • 2023-11-27 16:46 我并不是想要清texture2d,现在一张...
来源: Laya_社区 发布时间: 20231124
...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Static property Static method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...te/instant/./scripting/js-bindings/jswrapper/v8/Object.cpp, 627): Invoking function (0xd5c31040) failed! 添加物理引擎后,在多指操作的情况下会出现这种报错 附件 : --> 5f38bb501210c90c838c0100964d5091.rar 2019-08-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20190806
...ype parameter Constructor Property Method Accessor Object literal Variable Function Type alias Enumeration Interface Static property
来源: Laya3.0_api 发布时间: 20231102
... 微信 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
...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
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