大约有 12 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0031 秒)
...ZONE 微信 Barry Allen 赞同来自: import Sprite = Laya.Sprite export default class Test extends Sprite{ public DEF_SIZE: number = 200 public CIRCLE_WIDTH: number = 20 public $circleSprite: Sprite = new Sprite() public startY: number = -90 constructor() { super() this._init() } private _init() ...
来源: Laya_社区 发布时间: 20180123
...路径 内容写完,Ctrl+S进行保存。将.txt后缀改名为.def后缀。完成 3、点击宏命令Laya_js(参考:环境配置),进行js项目发布,这时候你会发现在bin下的h5下自动生成了一个js文件夹,里面就是你最终分包后的js文件,它的命...
来源: Laya_社区 发布时间: 20160514
... # @Date : 2017-03-14 18:45 # @Author : DebuggerX import sys import shutil def readcontentfromfile(filepath, backuporiginalfile=True): editfile = open(filepath, "r") content = editfile.read() editfile.close() if backuporiginalfile: shutil.copy(filepath, filepath + ".bak") return content def savefile...
来源: Laya_社区 发布时间: 20170418
...的那个列子,也生产不出正确的js.分包生产js,除了module.def外,还有哪些设置望告知 2017-09-26 0 0 分享 微博 QZONE 微信 mboat 赞同来自: 历时两天终于搞定。自定义组件的时候,要用editorUI类库,要注册自定义的组件。目前有报错,但...
来源: Laya_社区 发布时间: 20170925
...的编译器BUG 子模块文件a.TempModule.as 在根目录下配置module.def文件如下内容: module:"aa" path:"src/a" 其结果是生成bin/h5/js/aa.js文件。 然后编译器问题来了: 如果上一次编译成功,aa.js文件内容正确,在你不修改任何内容的情况下,...
来源: Laya_社区 发布时间: 20170507
...tText = (function (_super) { const style = { DEFAULT: "default", VERTICAL: "vertical", HORIZONTAL: "horizontal", TOP_LEFT: "topLeft", TOP_RIGHT: "topRight", }; // gradient di...
来源: Laya_社区 发布时间: 20180824
...用 /*[COMPILER OPTIONS:ForcedCompile]*/ 太过于繁琐,能否在module.def提供参数来简化操作 代码: package cn.ztgames.st.Framework { /*[COMPILER OPTIONS:ForcedCompile]*/ public class Framework { public function Framework() { } } }package cn.ztgames.st.Framework { public class CLassA...
来源: Laya_社区 发布时间: 20161213
...、创建好一个项目,并规划好要分包的模块 2、创建module.def文件,内容为要分包出来的js模块的命名和要分包模块的路径 3、在分包的类下添加编译宏,强制编译 4、在layaAir主文档类下加载并调用 参数请参考: 1./*[COMPILER OPTIONS...
来源: Laya_社区 发布时间: 20161020
...a.Texture(MapMgr.ins.cameraMgr.getModelCamera().renderTarget, Laya.Texture.DEF_UV); 附件 : --> 666.zip 2022-04-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_z 赞同来自: 辛苦提供一个完整的la...
来源: Laya_社区 发布时间: 20220406
...目录同级的目录下创建了modules/classes/src/testA/testA.as module.def里配置如下: module:"module" path:"modules\src\testA",或者改成path:"modules\src",编译后的module.js生成均只有以下内容 (nction(window,document,Laya){ var __un=Laya.un,__uns=Laya.uns,__stat...
来源: Laya_社区 发布时间: 20170204