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

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

251. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 32%]

...ooks.cc(112)] Chromium logging enabled: level = 0, default verbosity = 0 I/BrowserProcessMain: Initializing chromium process, renderers=0 W/chromium: [WARNING:proxy_service.cc(888)] PAC support disabled because there is no system implementation D/libEGL: loaded /system/lib/egl/libEGL_adreno.so   ...

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

252. laya.net.Socket_API3.0 [ 32%]

...时通信,并且允许跨域通信。在建立连接后,服务器和 Browser/Client Agent 都能主动的向对方发送或接收文本和二进制数据。 要使用 Socket 类的方法,请先使用构造函数 new Socket 创建一个 Socket 对象。 Socket 以异步方式传输和接收数...

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

253. laya.ui.Tree_API3.0 [ 27%]

...结构数据。 example package { import laya.ui.Tree; import laya.utils.Browser; import laya.utils.Handler; public class Tree_Example { public function Tree_Example() { Laya.init(640, 800); Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/vscroll.png", ...

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

254. 【简单跑酷--JS版】---Lv.2 类之间的引用以及背景滚动实现 [ 27%]

....drawTexture(texture2, 0, 0); //把草垛居底部显示 // this.grass.y = Browser.clientHeight - this.grass.height; this.addChild(this.grass); //创建一个帧循环处理函数,用于背景位置的更新,实现背景滚动效果。 Laya.timer.frameLoop(1, this, this.onLoop) } _proto.onLoop =...

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

255. 官方案例里摄像机绕物体旋转脚本的问题 [ 26%]

...ya.Event.MOUSE_WHEEL, this, this.mouseWheel) } onUpdate(): void { if (Laya.Browser.onMobile) { this.AroundByMobileInput(); } else { this.AroundByMouseInput(); } if (!this.canRotation_X) this.targetAngles.y = 0; if (!this.canRotation_Y) this.targetAngles.x = 0; //Lerp. this.CurrentAngles = this.LerpV...

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

256. 构建apk后,java报错 [ 22%]

...>>>>>>>>>>>>>className:layaair/game/browser/ExportJavaFunction,methodName:GetDeviceInfo 2018-11-26 18:31:47.964 4749-4838/com.layabox.dotJourney E/LayaBox: >>>>>>>>>>>>before 2018-11-26 18:31:47.975 4749-4838/com.layabox.do...

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

257. 引擎 TiledMap 居然不支持图块翻转 [ 20%]

...is, this.animate);                 this._preFrameTime = Laya.ILaya.Browser.now();                 this._frameIndex = 0;                 this._time = 0;                 this._interval = 0;             }             this._spriteNum++;             this....

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

258. socket大型项目回调 [ 15%]

...n的to方法完成缓动后的回调怎么写,Tween.to(beginbox,{x:-Laya.Browser.width},1000,null,aaa,0,false);aaa是一个测试方法 load 加载完图集 回调函数可以传形参吗? socket监听 创建树Tree 该怎么回调mouseHandler 形参该传什么 Laya.loader.create 进度回调...

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