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

大约有 2,916 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0072 秒)

2551. Cannot read property 'call' of undefined [ 48%]

...GameScene并添加到舞台后,出现如下异常:   详细日志: "TypeError: Cannot read property 'call' of undefined    at Function.<anonymous> (file:///Users/moos/Company/Emerson-AirWar/EmersonGame/bin/libs/laya.core.js:130:41)    at new GameScene (file:///Users/moos/Company/Eme...

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

2552. 资源版本问题 [ 48%]

...版本控制类型为使用文件名映射的方式 Laya.ResourceVersion.type = Laya.ResourceVersion.FILENAME_VERSION; Laya.ResourceVersion.enable("version.json", Laya.Handler.create(this, beginLoad)) function beginLoad() { //加载LOADING资源 Laya.loader.load([{ url: "res/atlas/icon.atlas" }, { u...

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

2553. Arial Black字体能显示,为啥游戏里在firefox 里字体显示成了Times New Roman了 [ 48%]

... 2018-06-29 0 1 分享 微博 QZONE 微信 ayiui4566 赞同来自: <!DOCTYPE html> <html> <head> <title></title> <style type="text/css"> .p1{font-family:"Arial bold"; color: #583823;font-size: 25px} .p2{font-family:"Times New Roman";color: #583823;font-size: 25px}...

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

2554. 小米m3,使用native最新版,运行即闪退 [ 48%]

...呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体? 微信小游戏:HTMLDivElement的使用 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的...

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

2555. laya.physics.PolygonCollider_API3.0 [ 48%]

...PreRender onReset onStart onUpdate Legend Object literal Variable Function Type alias Inherited constructor Inherited property Inherited method Inherited accessor Class Class with type parameter Accessor Enumeration Interface

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

2556. 循环添加一组按钮事件无法正常使用 [ 48%]

...             trace("e "+e.target);             switch (e.type)             {                 case Event.MOUSE_DOWN:                     trace("press");                     e.target.startDrag();                     br...

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

2557. 自定义UI导致编辑器无显示 [ 48%]

...LabelAtlas,'laya.customUI.LabelAtlas',_super); var __proto=LabelAtlas.prototype; return LabelAtlas; })(Clip) xml如下: <?xml version="1.0" encoding="utf-8"?> <uiComp> <!-- drag:0-不能拖动,1-水平,2-垂直,3-全部 --> <LabelAtlas className=&quot...

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

2558. LayaFlash把socket转成webSocket后监听不到connect事件(已解决) [ 48%]

...ent):void         {             trace("connectHandler:" + e.type);                                       s.writeUTF("Hello,World!");//这儿改成 writeUTFBytes             s.flush();                  }                    ...

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

2559. 微信关系链开发,如果在开放域那边使用Laya.loader.load加载就会出错 [ 47%]

... LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 问题状态 最新活动: 2018-08-22 15:55 浏览: 1790 关注: 3 人 Yangcy • 2018-08-22 15:32 我还没...

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

2560. Layabox web 复制一段文字到剪贴板 [ 47%]

...visibility = "visible"; } //点击取消按钮关闭模态框 ShowDiv.prototype.CloseDiv = function () {  this.modlueDiv.style.visibility = "hidden"; this.mask.style.visibility = "hidden"; } //点击确认按钮关闭模态框,提示增加信息 ShowDiv.prototype.CloseDivAndInfoMesg = function ()...

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