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

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

1191. 添加或修改物理ChainCollider属性points时,报错 [ 62%]

...开始游戏*/ startGame(): void { if (!this._started) { this._started = true; this.enabled = true; } var ground=this.owner.getChildByName("ground"); ground.addComponent(Laya.ChainCollider); this._chains=ground.getComponent(Laya.ChainCollider); } 静观 • 2018-11-29 14:37 报错内容:...

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

1192. 粒子在webgl情况和canvas情况存在显著差异,请看图 [ 62%]

...": 11.69, "sphereEmitterVelocity": 0, "minStartRadius": 0, "disableColor": true, "boxEmitterSize": { "0": 0, "1": 0, "2": 0 }, "pointEmitterVelocityAddVariance": { "0": 0, "1": 0, "2": 0 }, "maxHorizontalStartRadian": 0, "maxEndSize": 0, "maxEndColor": { "0": 0, "1": 1, "2": 0, "3": 1 }, "maxHorizon...

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

1193. laya.display.Graphics [ 62%]

...umber):AlphaCmd 设置透明度。 Graphics  clear(recoverCmds:Boolean = true):void 清空绘制命令。 Graphics  clipRect(x:Number, y:Number, width:Number, height:Number):ClipRectCmd 设置剪裁区域,超出剪裁区域的坐标不显示。 Graphics  destroy():void 销毁此对象。 Gra...

来源: Laya2.0_api 发布时间: 20190513

1194. 如何能监听到TouchStart和TouchEnd事件 [ 62%]

...        /**          * 表示 Alt 键是处于活动状态 (true) 还是非活动状态 (false)。          */         altKey: boolean;         /**          * 表示 Ctrl 键是处于活动状态 (true) 还是非活动状态 (false)。          */...

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

1195. 求助 Uncaught SyntaxError: Unexpected identifier [ 62%]

...什么错?按照官网教程写的//初始化3d画布 Laya3D.init(0, 0, true); //设置全屏 Laya.stage.scaleMode = Stage.SCALE_FULL; //显示统计数据 Stat.show(); // 给舞台添加laya3d场景 var scene= Laya.stage.addChild(new Scene()) as Scene; //初始化照相机 var camera = scene.addC...

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

1196. 十几秒以后动画渲染时间变长,帧率变慢,是怎么回事? [ 62%]

...mation(); // this.addChild(this._body_ani); // } // this._body_ani.play(0, true, doll_item.animation_name);  this._box = box;  this._fly_site.w = this._box._area.w - 20; this._box.graphics.drawLine( 0, this._fly_site.h, this._box._area.w, this._fly_site.h, "#ff0000", 1 );  // 当更新房间时 i...

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

1197. laya.ui.UIEvent [ 62%]

...fined By altKey : Boolean[read-only] 表示 Alt 键是处于活动状态 (true) 还是非活动状态 (false)。 Event charCode : Boolean[read-only] 包含按下或释放的键的字符代码值。字符代码值为英文键盘值。 Event ctrlKey : Boolean[read-only] 表示 Ctrl 键是处于活...

来源: Laya2.0_api 发布时间: 20190513

1198. 动态加载代码后,总是出现 ProgressBar is not a constructor [ 62%]

...a constructor //动态加载js文件--my.js function loadJs(jspath,defer = true) { //得到html的头部dom // var theHead = document.getElementsByTagName('head').item(0); var theHead = document.getElementsByTagName('body').item(0); //创建脚本的dom对象实例 var myScript = document.createElem...

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

1199. laya.resource.RenderTexture2D_API3.0 [ 62%]

...esource.lock Defined in laya/resource/Resource.ts:103 是否加锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name Defined in laya/resource/Resource.ts:105 名称。 url url: string Inherited from Resource.url Defined in laya/resource/Resource...

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

1200. 分享,扩展Laya.Text组件实现简单的富文本 [ 62%]

...xt(begin, visibleLineCount) { var graphics = this.graphics; graphics.clear(true); var ctxFont = (this.italic ? "italic " : "") + (this.bold ? "bold " : "") + this.fontSize + "px " + (Browser.onIPhone ? (laya.display.Text._fontFamilyMap[this.font] || this.font) : this.font); Browser.context.font = ct...

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