大约有 1,625 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0049 秒)
Laya_社区(663) Laya3.0_api(364) Laya2.0_api(194) laya_api(158) Laya2.0_文档(80) Laya_示例(58) Laya3.0_文档(54) Laya2.0_示例(54)
...*指定要使用的混合模式。目前只支持"lighter"。*/ blendMode: string; 2018-07-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 直接用就可以,只不过没正式发布...
来源: Laya_社区 发布时间: 20180713
...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
...识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
... 10 人 lu632375951 • 2017-12-14 14:58 但是API上不是说 blendMode : String 指定要使用的混合模式。目前只支持"lighter"。 这个destination-out从哪来的啊
来源: Laya_社区 发布时间: 20161122
...间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
...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
...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
...所占用的内存怎么释放? 尔东 • 2019-03-08 10:47 clearRes(url:String):void [static] 清理指定资源地址的缓存。 尔东 • 2019-03-08 10:20 请不要轻易锁定帖子可以吗,我们的需求是自己使用计数引用自己管理资源释放,而不是使用destroyUnusedRe...
来源: Laya_社区 发布时间: 20190307
...代码里给 Tree 对象赋值 ```javascript //树结构数据源 var xmlString:String=""+ ""+ ""+ ""+ ""+ ""+ ""+ ""+ ""+ ""+ ""+ ""+ ""+ ""+ ""+ ""; //解析xml字符。 var xml:* = domParser.parseFromString(xmlString, "text/xml"); //设置 m_tree 的数据源。 m_tree.xml =xml; ``` #### 7...
来源: Laya2.0_文档 发布时间: 20210715
...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