大约有 1,133 项符合查询结果, 库内数据总量为 30,910 项。 (搜索耗时: 0.0045 秒)
...时也不通过 代码: export default class Index extends Laya.Script { /* @prop {name: speed, tips: "速度", type: Number, default: 10} */ constructor() { super(); } onAwake() { console.log("场景渲染完...
来源: Laya_社区 发布时间: 20191227
...示例: const { regClass, property } = Laya; @regClass() export class NewScript extends Laya.Script { @property({ type: Laya.Sprite }) public sprite: Laya.Sprite; private spine: Laya.Spine2DRenderNode; private index: number = -1; //组件被激活后执行,此时所有节点和组件均已创建...
来源: Laya3.0_文档 发布时间: 20250214
...! Exit status 1 npm ERR! npm ERR! Failed at the electron@1.8.6 postinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /var/root/.npm/_logs/2018-05-08T04_07_13_726Z-debug.log ...
来源: Laya_社区 发布时间: 20180508
...设置图片透明 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 龙骨skeleton鼠标点击区域的设置 HtmlDivElement中有 href 标签,设置描边的时候,下划线不显示 问题状态 最新活动: 2023-02-15 09:57 浏览: 3902 关注: 4 人 狂蜂浪蝶 • 2023-02-...
来源: Laya_社区 发布时间: 20230213
....onAwake (/Users/tuyoo/client5/work/Laya_work/FlipRush/LayaProject/car/src/script/QCarMode.js:31:30) at QCarMode.__proto._onAwake (/Users/tuyoo/client5/work/Laya_work/FlipRush/LayaProject/car/bin/libs/laya.core.js:17369:9) at QCarMode.__proto._setActive (/Users/tuyoo/client5/work/Laya_work/FlipRush/...
来源: Laya_社区 发布时间: 20190107
...台数据交换机制, 有Flash as3开发经验者优先; 4、了解 JavaScript/Jscript script/TypeScript/ActionScript语言,良好的OOP编程思想; 5、了解 Cocos2d-html5、Cocos2d-js、binding、QuarkJS、createJS 等 HTML5 框架; 6、有良好的编写代码习惯,要求结构清...
来源: Laya_社区 发布时间: 20180307
... install autobahn | npm install autobahn-browser 在bin/index.html下使用script标签导入,使用JS和TS两个版本都能成功 但是TS的方式下没有代码提示,于是尝试通过typings加入d.ts,希望能出现代码提示 在project_root/libs下添加对应的ts文件,通过以...
来源: Laya_社区 发布时间: 20180805
... this.scene = null; } Laya.class(ObjectRotate, "ObjectRotate", Laya.Script); //这是什么意思有什么作用 ObjectRotate.prototype._initialize = function (owner) { var _this = this; ObjectRotate.__super.prototype._initialize.call(this,owner); //在this(调...
来源: Laya_社区 发布时间: 20170810
...fInfo.buffer; var width = BuffInfo.width; var height = BuffInfo.height; BK.Script.log(0,0,"headeBuff :"+ openId + " buff:"+ buff + " width:"+ width +" height:"+height); var tex = new BK.Texture(buff,width,height); var sp =new BK.Sprite(200,200,tex,0,1,1,1); BK.Director.root.addChild(sp); }else if(op...
来源: Laya_社区 发布时间: 20180417
...动态合批报错. 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 用了ByteArray的zlib.min.js后报错 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() IDE通过.ui自动生成的ui代码报错 问题状态 最新活动: 20...
来源: Laya_社区 发布时间: 20171118