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

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

761. 隐藏默认的虚拟键、屏蔽APP窗口弹出脚本错误信息 的问题 [ 72%]

...false; } function LoadRes() { var resArray = [ {url: "res/atlas/comp.json",type: Laya.Loader.ATLAS}, {url: "res/atlas/newhfh.json",type: Laya.Loader.ATLAS}, {url: "res/atlas/newhfh2.json",type: Laya.Loader.ATLAS}, ]; Laya.loader.load(resArray, Laya.Handler.create(null, LoadResComplete)) } function L...

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

762. 两个问题都关于LayaAir的ios真机 [ 72%]

...se(e:Event):void { if (toggle === false && _selected) return; if(e.type==Event.MOUSE_DOWN){ QuickUtils.addDark(this,true); }else{ QuickUtils.addDark(this,false); } if (e.type === Event.CLICK) { toggle && (selected = !_selected); _clickHandler && _clickHandler.run(); return; }...

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

763. laya.ui.WXOpenDataViewer_API3.0 [ 72%]

...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 default false 不可穿透,此对象的鼠标响应区域由width、height、hitArea属性决定。 name name: string = "" Inherited from Node.name Defined in laya/...

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

764. laya.events.KeyBoardManager_API3.0 [ 72%]

...KeyBoardManager enabled hasKeyDown Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface

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

765. 新建项目报错,求助 [ 72%]

...ya2\test3d\.laya\gulpfile.js [19:37:56] Starting 'default'...  出错了: TypeScript error: ../../../node_modules/@types/node/index.d.ts(26,22): Error TS6053: File '../../../node_modules/@types/node/inspector.d.ts' not found. 2018-11-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...

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

766. laya.d3.renderobjs.renderobj.ShadowCullInfo_API3.0 [ 72%]

...anes cullSphere direction position Legend Object literal Variable Function Type alias Class Class with type parameter Property Enumeration Interface

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

767. laya.d3.resource.models.MorphTargetChannel_API3.0 [ 72%]

...ructor name targetCount addTarget getTargetByIndex Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface

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

768. laya.ui.Image [ 72%]

...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 Sprite mouseX : Number[read-only] 返回鼠标在此对象坐标系上的 X 轴坐标信息。 Sprite mouseY : Number[read-only] 返回鼠标在此对象坐标系...

来源: laya_api 发布时间: 20170929

769. laya.ani.bone.EventData_API3.0 [ 72%]

...lue intValue name stringValue time Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Enumeration Interface

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

770. Laya中Button等组件lose skin的问题 [ 72%]

...WebGL);  let resArr = [              {url:"wxlocal/enemy.png",type:Laya.Loader.IMAGE},              {url:"wxlocal/bg2.jpg",type:Laya.Loader.IMAGE} ];  Laya.loader.load(resArr, Laya.Handler.create(null, onLoaded));  function onLoaded(): void {     Laya.URL.basePath ="ht...

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