大约有 1,799 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0061 秒)
Laya_社区(1186) Laya2.0_api(183) laya_api(162) Laya3.0_api(119) Laya2.0_文档(51) Laya_示例(41) Laya2.0_示例(35) Laya3.0_文档(22)
... */ public function drawPoly(x:Number, y:Number, points:Array, fillColor:*, lineColor:* = null, lineWidth:Number = 1):void { 2018-05-08 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 asdf131 相关问题 预设怎...
来源: Laya_社区 发布时间: 20180507
...请问一下有别的方法吗 2.0.0编译报错Cannot find global type 'Array' TypeScript 泛形方法如何传TYPE? 发布微信小程序提示找不到type属性 Property 'BoxMesh' does not exist on type 'typeof Laya' Spine 格式转换, Error: Invalid timeline type for a slot:twoColor XmlDom类...
来源: Laya_社区 发布时间: 20190422
...{ var extendStatics = Object.setPrototypeOf || { __proto__: [] }instanceof Array && function(d, b) { d.__proto__ = b } || function(d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p] } ; return function(d, b) { extendStatics(d, b); function __() { this.constructor = d } d.prototype...
来源: Laya_社区 发布时间: 20171212
...ate guideContainer:Sprite; private tipContainer:Sprite; private guideSteps:Array = [ { x: 151, y: 575, radius:150, tip:"../../res/guide/help6.png", tipx:200, tipy:250 }, { x: 883, y: 620, radius:100, tip:"../../res/guide/help4.png", tipx:730, tipy:380 }, { x: 1128, y: 583, radius:110, tip:"../../res...
来源: Laya_示例 发布时间: 20260303
...因导致的吗? 怎样解决? 2.0.0编译报错Cannot find global type 'Array' 问题状态 最新活动: 2018-04-10 14:40 浏览: 2540 关注: 2 人
来源: Laya_社区 发布时间: 20180410
...监听 EventDispatcher on(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher 使用 EventDispatcher 对象注册指定类型的事件侦听器对象,以使侦听器能够接收事件通知。 EventDispatcher once(type:String, caller:*, listener:Function, args:Array = nu...
来源: Laya2.0_api 发布时间: 20190513
...(width: number, height: number): Laya.Mesh2D { const vertices = new Float32Array(4 * 5); const indices = new Uint16Array(2 * 3); let index = 0; vertices[index++] = 0; vertices[index++] = 0; vertices[index++] = 0; vertices[index++] = 0; vertices[index++] = 0; vertices[index++] = width; vertices[index...
来源: Laya3.0_文档 发布时间: 20251010
...法播放,U3D和1.7.*都没问题 drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 关于发布oppo、vivo快游戏,无法生成Rpk问题 dialog 自定义关闭效果,效果执行完,弹窗无法关闭 点击代码编辑模器 就...
来源: Laya_社区 发布时间: 20240425
...载资源后对比资源卸载前和卸载后的资源状态: var assets:Array = []; assets.push("res/apes/monkey0.png"); assets.push("res/apes/monkey1.png"); assets.push("res/apes/monkey2.png"); assets.push("res/apes/monkey3.png"); Laya.loader.load(assets, Handler.create(this, onAssetsLoaded)); p...
来源: Laya_社区 发布时间: 20171019
...ode.js:630:29) at http://127.0.0.1:52880/game/code.js:14:71 at Array.forEach (<anonymous>) at Object.__init (http://127.0.0.1:52880/game/code.js:14:36) at http://127.0.0.1:52880/game/code.js:21112:7 at http://127.0.0.1:52880/game/code.js:21113:3 at require (...
来源: Laya_社区 发布时间: 20180504