大约有 584 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0056 秒)
Laya_社区(419) Laya3.0_api(61) Laya2.0_示例(32) Laya_示例(31) Laya2.0_文档(30) Laya3.0_文档(8) laya_api(2) Laya2.0_api(1)
...ckBox Implements ISelect Index Constructors constructor Properties _extra _graphics _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag toggle drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs center...
来源: Laya3.0_api 发布时间: 20231115
...th/4) },1500,Ease.sineOut); var bl:Number=texture.width/texture.height ape.graphics.drawTexture(texture,0,0,stageWidth/4,stageWidth/4/bl); apesCtn.addChild(ape); } } 这种方法HBox布局不管用,是不是不能用graphics.drawTexture方法,如果用addChild方法加载Loader.getRes(picAy[i])...
来源: Laya_社区 发布时间: 20161026
... Laya.stage.addChild(title); title.graphics.drawTexture(Laya.loader.getRes("res/mainpage/title.png")); var titleT:Texture = Laya.loader.getRes("res/mainpage/title.png"); if(titleT==null){ ...
来源: Laya_社区 发布时间: 20171001
...上线了吗? 关于Laya实现Matter.js官方案例凹多边形的问题 graphics alpha 问题 (此问题已经无效) Laya native1.0.7, 引擎1.7.14beta,多行文本不换行 关于shader中opengl函数问题 Laya 鼠标Cursor怪异问题,有demo 求教: soundManager如何停止正在...
来源: Laya_社区 发布时间: 20190801
...Hierarchy View Dialog Index Constructors constructor Properties _extra _ownGraphics _scene _scene3D _skinBaseUrl _url autoDestroyAtClosed autoSize closeEffect closeHandler closeType group hitTestPrior isModal isPopupCenter isShowEffect mouseThrough name popupEffect tag CANCEL CLOSE NO OK SURE YES dr...
来源: Laya3.0_api 发布时间: 20231115
...ey2.png"); var ape = new Sprite(); ape.graphics.drawTexture(t, 0, 0); Laya.stage.addChild(ape); ape.pos(200, 0); x = t.getPixels(0,0,400,400) console.log(x) for (let i of x) ...
来源: Laya_社区 发布时间: 20171201
... Item.__super.call(this);//初始化父类 * this.graphics.drawRect(0, 0, 100, 20, "#ff0000"); * var label = new laya.ui.Label();//创建一个 Label 类的实例对象 label 。 * label.text = "100000";//设置 label 的文本内容...
来源: Laya_社区 发布时间: 20180426
...题 Panel中的东西左右拖动好象有问题 laya1.7.9beta版 怎么对graphics画出来的图片进行鼠标点击拖动??? TextInput控件。想在边输入的过程中。边做监听。需要怎么做吗? 我想在动画播放结束后加一个事件,怎么加? IE浏览器中, P...
来源: Laya_社区 发布时间: 20171030
...; 4. 好了 收尾阶段在 laya.ani.js 中 Skeleton 类的 _createGraphics方法 有个调用骨骼更新的方法 this._rootBone.update(this._clipIndex,this._yReverseMatrix || Matrix.TEMP.identity()); 使用方式: this.__bind=new BindSkeleton(); Laya.stage.add...
来源: Laya_社区 发布时间: 20190805
...这段代码有什么问题? let s: Laya.Sprite = new Laya.Sprite(); s.graphics.drawRect(10, 10, 580, 470, "#000000"); s.pos(0,0); console.log("=mask container=>>", s.width, s.height)//打印出是0,0 this.scrollContainer.mask = s;//scrollContainer是一个有宽高的Box...
来源: Laya_社区 发布时间: 20180720