大约有 552 项符合查询结果, 库内数据总量为 24,853 项。 (搜索耗时: 0.0052 秒)
... private var txt:Text; public function LayaDemo() { Laya.init(600, 300, WebGL); txt = new Text(); txt.text = "This is a demo"; txt.color = "#FF0000"; ...
来源: Laya_社区 发布时间: 20170209
...SubContextThirdScriptError Laya.Browser.window.wx.shareAppMessage is not a function;at requestAnimationFrame callback function TypeError: Laya.Browser.window.wx.shareAppMessage is not a function 2018-10-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20181014
...不知道怎么访问与调用,找了好多的方法都没法使用: (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+...
来源: Laya_社区 发布时间: 20170426
... 报错内容是: TypeError: bt.RayResultCallback_set_m_flags is not a function bt.RayResultCallback_set_m_flags(this._btAllHitsRayResultCallback, flag); 附件 : --> 2022-03-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20220309
ide发布web后报错 Uncaught TypeError: this.preinitialize is not a function at i (laya.ui.min.js:1) at i (laya.ui.min.js:1) at i (laya.ui.min.js:1) at GameUI (layaUI.max.all.js:9) at Function.<anonymous> (laya.core.min.js:1) at t (main.min.js:4) at...
来源: Laya_社区 发布时间: 20171205
...报错 window is not defined 导微信小程序报错window.focus is not a function 本地调试加载本地图片都报错 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined 启动引擎报错 mPlugin.game_plugin_init(3); 小游戏项目 加载有中...
来源: Laya_社区 发布时间: 20170805
..._work.drawToCanvas(575, 1023, 0, 0); htmlCanvas.toBase64("image/png", 0.9, function(base64){ //trace(base64); if (!testTf){ __JS__('setWork(base64)'); } }); 2018-10-29 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ohkei as3、as2、h5 ...
来源: Laya_社区 发布时间: 20181010
...tps://ask.layabox.com/question/13181官方Demo运行不起来 wx.onMessage(function(message){ console.log(message); if (message.type && message.type == "wxxx") { //通过接收主域的消息来设置开发数据域的画布大小跟矩阵信息 sharedCanvas.width = message.width; sharedCanv...
来源: Laya_社区 发布时间: 20180504
...designed explicitly with the capability to change your app’s behavior or functionality after App Review approval, which is not in compliance with App Store Review Guideline 2.5.2 and section 3.3.2 of the Apple Developer Program License Agreement. This code, combined with a remote resource, can ...
来源: Laya_社区 发布时间: 20191104
...; var grayscaleFilter = new Laya.ColorFilter(grayscaleMat); //按钮置灰 function enable_false(v) { v.filters = [grayscaleFilter]; v.mouseEnabled = false; } //按钮恢复 function enable_true(v) { v.filters = null; v.mouseEnabled = true; } 报错日志: TypeError: f....
来源: Laya_社区 发布时间: 20170103