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

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

1981. laya.d3.physicscannon.shape.CannonColliderShape_API3.0 [ 48%]

...iderShape.ts:197 克隆。 Returns any 克隆副本。 cloneTo cloneTo(destObject: any): void Defined in laya/d3/physicsCannon/shape/CannonColliderShape.ts:185 克隆。 Parameters destObject: any 克隆源。 Returns void destroy destroy(): void Defined in laya/d3/physicsCannon/shape/CannonCollider...

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

1982. MovieClip报错 [ 48%]

...find"); return; } //保护修改-----start------------------ var atlasData:Object = Loader.getAtlas(_atlasPath); if(!atlasData) { event(Event.ERROR,"file not find"); return; } //保护修改-----end------------------ this.basePath =_atlasPath?Loader.getAtlas(_atlasPath).dir:_url.split(".swf")[0] + "...

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

1983. 手指点击list中的一个Item点击没反应 反复测试 发现 就是 手指稍微动一点就会点不住 手指 肯定没有鼠标精确度高 [ 48%]

...不能点击两次 红米K20pro 多个手指同时按下就会报这个错 object has in SimpleSingletonList 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成负数 问题状态 最新活动: 2019-05-09 19:29 浏览: 3001 ...

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

1984. LayaAir2.0开始就无法设置透明背景了吗? [ 48%]

...目 关于发布oppo、vivo快游戏,无法生成Rpk问题 关于同为object层,层级设置无效的问题 [Laya2.0 3D] 2.0正式版上存在某些骨骼动画无法播放,U3D和1.7.*都没问题 问题状态 最新活动: 2020-10-21 17:17 浏览: 3324 关注: 5 人 layabox • 2020-10-21 17...

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

1985. laya.physics.joint.MotorJoint [ 48%]

...jointClasspublic class MotorJointInheritanceMotorJoint JointBase Component Object 马达关节:用来限制两个刚体,使其相对位置和角度保持不变 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  angularOffset : Number基于o...

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

1986. laya.d3.renderobjs.renderobj.RenderElementOBJ_API3.0 [ 48%]

...eometry Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface

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

1987. 发布微信小游戏json格式问题 [ 48%]

...at Function.success (http://127.0.0.1:9973/game/code.js:21580:33)     at Object.success (http://127.0.0.1:9973/game/__d ... :18788)     at c (http://127.0.0.1:9973/game/__dev__/WAGame.js:4:3519)     at Function.<anonymous> (http://127.0.0.1:9973/game/__dev__/WAGame.js:4:3702)     at n....

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

1988. Web Storage数据存储(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 48%]

...index":0,"index1":1}; Laya.LocalStorage.setJSON("item",data);//直接传入Object 接口内部转化为JSON字符串存储 ``` 在chrome中运行之后按快捷键F12,结果如下图所示: ![1](img/1.png) 从图中我们可以看到刚才的数据都存储进去了 下面我们对这些数据...

来源: Laya2.0_文档 发布时间: 20210715

1989. js继承模式 [ 48%]

...[p]); } function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; var BackGround = (function() { __extends(Class, Laya.Sprite); function Class() { Laya.Sprite.call(this); this.img = []; this.init(); } Class.prototype.init = funct...

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

1990. iOS-App内购(TypeScript-LayaNative原生服务-LayaNative进阶) [ 48%]

...);      console.log("desc:"+ pJson.desc); }); ``` ### 2. IOS系统下Objective-C中编码 (注: LayaNative中提供了一个消耗性商品示例类IAPManager类作为参考) ```javascript // MarketAppStore.mm文件中的LP_CZ方法中添加内购相关代码, 然后在JavaScript中调用con...

来源: Laya2.0_文档 发布时间: 20210715