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

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

331. laya.ui.CheckBox_API3.0 [ 67%]

...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

332. hBox使用问题 [ 67%]

...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

333. [求助]无法使用loader预先加载 [ 67%]

...           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

334. 菜鸟求教:laya 按钮问题 [ 67%]

...上线了吗? 关于Laya实现Matter.js官方案例凹多边形的问题 graphics alpha 问题 (此问题已经无效) Laya native1.0.7, 引擎1.7.14beta,多行文本不换行 关于shader中opengl函数问题 Laya 鼠标Cursor怪异问题,有demo 求教: soundManager如何停止正在...

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

335. laya.ui.Dialog_API3.0 [ 67%]

...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

336. getimagedata直接调用无法获取有效像素问题 [ 67%]

...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

337. 关于js继承类class的参数问题 [ 67%]

...    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

338. 我想在拖动startDrag时,根据X的值助理其它的业务 [ 66%]

...题 Panel中的东西左右拖动好象有问题 laya1.7.9beta版 怎么对graphics画出来的图片进行鼠标点击拖动??? TextInput控件。想在边输入的过程中。边做监听。需要怎么做吗? 我想在动画播放结束后加一个事件,怎么加? IE浏览器中, P...

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

339. Laya 绑定显示内容到骨骼动画 [ 66%]

...;  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

340. 可以帮我测试一下吗? 使用mask的场景,放着就会出现记忆体用完的讯息? [ 66%]

...这段代码有什么问题? 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