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

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

111. 关于微信小游戏关系链的问题 [ 57%]

...true; console.log(rankTexture)       LayaUISample.scoreview.graphics.drawTexture(rankTexture,5,78,rankTexture.width,rankTexture.height);     }); var rankTexture=new Texture(Browser.window.sharedCanvas); 这里报错 VM13215:1 gameThirdScriptError bitmap._addReference is not a function Type...

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

112. laya.particle.Particle2D [ 56%]

...其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵更多信息请参考 Matri...

来源: laya_api 发布时间: 20170929

113. laya.map.GridSprite [ 56%]

...其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵更多信息请参考 Matri...

来源: laya_api 发布时间: 20170929

114. this.bitmap.activeResource is not a function. [ 56%]

...程序使用,非常费 let sprite = new Laya.Sprite(); sprite.graphics.drawTexture(rankTexture, 0, 0, rankTexture.width, rankTexture.height); this._content.addChild(sprite); sprite.pos(40, 190);报:this.bitmap activeResource is not a function 2019-09-20 添加评论 免费帖 --> 分享 微博 Q...

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

115. 二进制图片(TypeScript-2D进阶篇(TS)-游戏加载策略) [ 56%]

....loader.getRes(url); var ape:Laya.Sprite = new Laya.Sprite(); ape.graphics.drawTexture(t,0,0); Laya.stage.addChild(ape); ape.pos(200,0); } ``` 第三种我们直接创建一个纹理来 ```typescript private completeHandler(data:Object):void{ //加载完成返回的data是arraybuffer; //......这...

来源: Laya2.0_文档 发布时间: 20210714

116. 如何实现类似AS3下的BitmapData.draw去截取区域图片? [ 56%]

...        var sp:Sprite=new Sprite();             sp.graphics.drawTexture(texEnd,240,230,120,120)             Laya.stage.addChild(sp);         }     } } 3、最终效果 2016-05-06 0 0 分享 微博 QZONE 微信 anghuo 赞同来自: 错!学习了 错 ...

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

117. laya.ui.Box [ 56%]

...其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等...

来源: laya_api 发布时间: 20170929

118. 二进制图片(ActionScript-2D进阶篇(AS3)-游戏加载策略) [ 55%]

...ure = Laya.loader.getRes(url); var ape:Sprite = new Sprite(); ape.graphics.drawTexture(t,0,0); Laya.stage.addChild(ape); ape.pos(200, 0); } ``` 第三种我们直接创建一个纹理来 ```java private function completeHandler(data:Object):void { //加载完成返回的data是arraybuffer; //........

来源: Laya2.0_文档 发布时间: 20210714

119. 关于创建Sprite获取大小 [ 55%]

....clear() var texture = window.Laya.loader.getRes(value.url) _this.graphics.drawTexture(texture) _this.scaleX = _this.set_width / texture.sourceWidth _this.pivotX = _this.row_data.property.x_m * texture.sourceWidth _this.pivotY = _this.row_data.property.y_m * texture.sourceHeight _this.scaleY = _this...

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

120. LayaAir复杂数据对象 预加载 [ 55%]

...后获取到的是一个Texture类型对象,可以直接通过graphics.drawTexture显示   2016-05-05 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Jackevent 相关问题 两个对象new了一个相同的对象,调用第一个的...

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