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

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

1441. 游戏引导 原来使用 blendMode = "destination-out"; 现在怎么用? [ 46%]

...*指定要使用的混合模式。目前只支持"lighter"。*/ blendMode: string; 2018-07-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 直接用就可以,只不过没正式发布...

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

1442. tiledmap 可以在图块层的指定格子上添加Sprite吗 [ 46%]

...27 0 0 分享 微博 QZONE 微信 nazgul 赞同来自: constructor(mapname:string, x:number, y:number){ super(); //显示登陆界面 this.tMap = new Laya.TiledMap() this.tMap.antiCrack = true //创建Rectangle实例,视口区域 var viewRect:Laya.Rectangle = new Laya.Rectangle(0, 0, Conf.App_Widt...

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

1443. 1.0版本BUG反馈-图片窜图BUG [ 46%]

...识ID,通常用于识别。 */ __getset(0,__proto,'id',function(){ return String(this._$1__id); }); 158*****700 • 2022-03-24 19:53 目前我们先用这种方案调整,看后续游戏运行情况吧 158*****700 • 2022-03-24 15:40 1.8.1的版本 158*****700 • 2022-03-24 15:41 示例的附件...

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

1444. 类似抠图、挖空效果的实现 [ 46%]

... 10 人 lu632375951 • 2017-12-14 14:58 但是API上不是说 blendMode : String 指定要使用的混合模式。目前只支持"lighter"。 这个destination-out从哪来的啊

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

1445. 关于TS环境下的第三方库导入的疑问 [ 46%]

...间declare namespace autobahn { export class Session { id: number; realm: string; isOpen: boolean; features: any; ..................................然后在ts文件中 new autobahn.引用华丽丽的出现了   如果谁有更好的方法 一起讨论研究.. 2018-08-05 1 4 分享 微博 QZONE 微...

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

1446. laya.d3.component.AnimatorState_API3.0 [ 46%]

...ya/d3/component/AnimatorState.ts:39 动作播放起始时间。 name name: string Defined in laya/d3/component/AnimatorState.ts:35 名称。 speed speed: number = 1 Defined in laya/d3/component/AnimatorState.ts:37 动画播放速度,1.0为正常播放速度。 Accessors clip get clip(): AnimationCli...

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

1447. MissingMethodException: Method not found: 'UnityEngine.LightmapData.get_lightmapColor'. [ 46%]

...Object child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath)   2018-10-29 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ༺永洹༻ 相关问题 Failed to load resource: net::ERR_FILE_NOT_FOUND ani no...

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

1448. 疑似clearRes内存泄漏问题 [ 46%]

...所占用的内存怎么释放? 尔东 • 2019-03-08 10:47 clearRes(url:String):void [static] 清理指定资源地址的缓存。 尔东 • 2019-03-08 10:20 请不要轻易锁定帖子可以吗,我们的需求是自己使用计数引用自己管理资源释放,而不是使用destroyUnusedRe...

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

1449. Tree属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 46%]

...代码里给 Tree 对象赋值 ```javascript //树结构数据源 var xmlString:String=""+ ""+ ""+ ""+ ""+ ""+ ""+ ""+ ""+ ""+ ""+ ""+ ""+ ""+ ""+ ""; //解析xml字符。 var xml:* = domParser.parseFromString(xmlString, "text/xml"); //设置 m_tree 的数据源。 m_tree.xml =xml; ``` #### 7...

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

1450. 给Dictionary添加个长度 [ 46%]

...x:int = _keys.indexOf(key); if (index >= 0) return index; key = (key is String) ? Number(key) : ((key is Number) ? key.toString() : key); return _keys.indexOf(key); } /** * 返回指定键名的值。 * @param key 键名对象。 * @return 指定键名的值。 */ public function get(key:*):* { v...

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