大约有 1,758 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0132 秒)
Laya_社区(1080) Laya3.0_api(672) Laya2.0_文档(2) Laya_示例(1) Laya3.0_文档(1) Laya2.0_api(1) Laya2.0_示例(1)
...但是看定义arr上面定义的是局部变量。__proto._createItems = function (startY, numX, numY) { var box = this._content; var cell = this._getOneCell(); var cellWidth = cell.width + this._spaceX; var cellHeight = cell.height + this._spaceY; if (this.cacheContent) { var cacheBox = new Box();...
来源: Laya_社区 发布时间: 20180418
...nt cullPlanes cullSphere direction position Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Accessor Enumeration Interface Static property
来源: Laya3.0_api 发布时间: 20231115
...!getUint16 error - Out of bounds";at api request success callback function String
来源: Laya_社区 发布时间: 20200115
...wf运行会报错 报错类:laya.ui.View 报错方法:protected static function getCompInstance(json:Object):Component 见附件 [故障] exception, 信息=TypeError: Error #1010: 术语尚未定义,并且无任何属性。 求务必在下个版本解决这个问题,不然没法发布swf了...
来源: Laya_社区 发布时间: 20160918
...: 打开 WebGLContext2D.as 找到其中的stroke函数 override public function stroke():void { 在最后加上 _renderKey = -1; 如下: 另外你这样做效率太低了,建议用图片,或者用drawRect来做,line是很慢的 2018-04-02 0 1 分享 微博 QZONE 微信 Laya_XS 赞同...
来源: Laya_社区 发布时间: 20180402
...vas如何使用layaAir引擎 导微信小程序报错window.focus is not a function 想让一个2D的图形被鼠标点击时缩放一下,或左右摇晃一下,最后回到原大小或原位置,应该用什么缓动模式 app启动动画应该如何去掉 请问layaair2.0-js 怎么用程序在...
来源: Laya_社区 发布时间: 20180606
... public class LayaSample { public function LayaSample() { //初始化引擎 Laya.init(1136, 640); /**测试 */ var o:Object = new Object()...
来源: Laya_社区 发布时间: 20171011
...EUE_TRANSPARENT SHADERDEFINE_ALPHATEST load Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231102
...url路径 head_img.loadImage(data.head_img, Laya.Handler.create(head_img, function () { this.height = this.width = 77; var cMask = new Laya.Sprite();//创建遮罩对象 var r = 38.5; //遮罩圆形半径 cMask.graphics.drawCircle(0, 0, r...
来源: Laya_社区 发布时间: 20181119
...。 example private var _testTips:TestTipsUI = new TestTipsUI(); private function testTips():void { //简单鼠标提示 btn2.toolTip = "这里是鼠标提示<b>粗体</b><br>换行"; //自定义的鼠标提示 btn1.toolTip = showTips1; //带参数的自定义鼠标提示 clip.tool...
来源: Laya3.0_api 发布时间: 20231115