大约有 106 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0053 秒)
... read property 'Box' of undefined at eval (eval at __proto.complete (Main.max.js:308), <anonymous>:5:17) at eval (eval at __proto.complete (Main.max.js:308), <anonymous>:26:3) at eval (<anonymous>) at Main.__proto.complete (Main.max.js:308) at EventHan...
来源: Laya_社区 发布时间: 20170725
... versionCode 1 versionName "1.0" } sourceSets.main{ jniLibs.srcDir 'libs' } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pr...
来源: Laya_社区 发布时间: 20181120
... 图片为运行的结果 import GameConfig from "./GameConfig"; class Main { //private scene:Laya.Scene3D; private text:Laya.Text; private _upVector3:Laya.Vector3 = new Laya.Vector3(0, 1, 0); constructor() { this._upVector3 = new Laya.Vector3(0, 1...
来源: Laya_社区 发布时间: 20190531
...Tag--> <!--jsfile--endTag-->在index.html里初始化Laya,因为main.js的引用文件会优先执行,所以Laya.init不能写在main.js里面 type="module"是chrome61的新功能,可以使用es6的import来加载模块<script> Laya.init(600,400); </script> <script type...
来源: Laya_社区 发布时间: 20171120
...t.Loader; import laya.utils.Handler; import laya.webgl.WebGL; public class Main { public function Main() { Laya.init(640, 960, WebGL); Laya.stage.scaleMode = Stage.SCALE_FULL; Laya.stage.bgColor = "#eeffcc"; Laya.loader.load("lang.lang",Handler.create(this,onLoaded),null,Loader.JSON); } private func...
来源: Laya_社区 发布时间: 20161018
...g--> <!--启动类添加到这里--> <!--jsfile--Main--> <script src="js/LayaSample.js"></script> <!--jsfile--Main--> 2016-10-04 0 0 分享 微博 QZONE 微信 Laya_XS 赞同来自: 你这个问题存在两种情况:第一种情况就是...
来源: Laya_社区 发布时间: 20160912
...动chrome出现错误: Error processing launch: Error Could not attach to main target 微信小游戏:HTMLDivElement的使用 TextInput重写onFocus和onBlur事件监听不到 微信小游戏如何使用ttf字体? 图集打包找不到图集文件 版本不匹配! 全局 tsc (2.2.2) != VS Code ...
来源: Laya_社区 发布时间: 20220110
...-jsfile--endTag--> <!--启动类添加到这里--> <!--jsfile--Main--> <script src="js/LayaSample.js"></script> <!--jsfile--Main--> </body> 求解 2016-12-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20161201
...动chrome出现错误: Error processing launch: Error Could not attach to main target 如何实现微信登录? 请问在layaIDE里,怎么调用微信小程序API 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 ui list 里面的元素...
来源: Laya_社区 发布时间: 20190129
...动chrome出现错误: Error processing launch: Error Could not attach to main target Laya mac版的IDE 是没测试就上线了吗? 关于Laya实现Matter.js官方案例凹多边形的问题 成都雨墨游戏 求 laya 程序开发人员 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服...
来源: Laya_社区 发布时间: 20200923