大约有 1,772 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0053 秒)
Laya_社区(1393) laya_api(90) Laya3.0_api(82) Laya2.0_api(72) Laya2.0_文档(59) Laya_示例(33) Laya2.0_示例(32) Laya3.0_文档(11)
...域下使用Laya.List绘制了排行榜,但是触摸没有滚动响应 Graphic.drawTextures,第二个参数 pos:Array — 绘制次数和坐标,怎么写啊, 怎么检测点是否在 graphics所绘制的区域内 如何清除graphics绘制的矢量图 webgl 绘制graphics出报错 如何获取...
来源: Laya_社区 发布时间: 20161129
关于graphics.drawPath手机端和PC端不一致的问题 我的版本是1.7.4beta。 我想用drawPath画一个这样的图形。如图 于是我先尝试着先用drawPath画一个圆,然后输入以下代码。 以下是ts文件的全部代码。module laya { import Sprite = Laya.Sprite; impor...
来源: Laya_社区 发布时间: 20170425
...er.frameLoop(10,this,refresh); } private function refresh():void { IconSpr.graphics.clear(); iconSpr.graphics.clear(); if(htmlCanvas) htmlCanvas.clear(); htmlCanvas = iconSpr.drawToCanvas(iconSpr.width,iconSpr.height,0,0); if(!texture) texture = new Texture(htmlCanvas); else { texture.destroy(true);...
来源: Laya_社区 发布时间: 20180113
...rtexPositionNormalColorTextureTangentProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalColorTextureTangentInheritanceVertexPositionNormalColorTextureTangent ObjectImplements IVertex VertexPositionNormalColorTextureTangent 类用于创建位置、法线、颜色、...
来源: laya_api 发布时间: 20170929
...| Index | Frames No Frames VertexElementFormatConstants Packagelaya.d3.graphicsClasspublic class VertexElementFormatInheritanceVertexElementFormat Object ... Public Constants ConstantDefined By Byte4 : String = byte4[static] VertexElementFormat Color : String = color[static] VertexElement...
来源: laya_api 发布时间: 20170929
...镂空可以让鼠标穿透的效果呢? var m:Sprite = new Sprite(); m.graphics.beginFill(0x0, 0.5); m.graphics.drawRect(50, 50, 100, 100); m.graphics.drawRect(75, 75, 50, 50); m.graphics.endFill(); 附件 : --> 2015-12-18 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...
来源: Laya_社区 发布时间: 20151218
...asses | Index | Frames No Frames FrustumCullingMethods Packagelaya.d3.graphicsClasspublic class FrustumCullingInheritanceFrustumCulling Object ... Public Methods MethodDefined By FrustumCulling()FrustumCulling renderObjectCulling(boundFrustum:BoundFrustum, scene:BaseScene, camera:BaseCa...
来源: laya_api 发布时间: 20170422
...Frames VertexDeclarationProperties | Methods | Constants Packagelaya.d3.graphicsClasspublic class VertexDeclarationInheritanceVertexDeclaration Object ... Public Properties PropertyDefined By _conchVertexDeclaration : *VertexDeclaration id : int[read-only] 获取唯一标识ID(通常用于...
来源: laya_api 发布时间: 20170929
... + 3; this.vmask = new Laya.Sprite(); this.vmask.pos(15,15); this.vmask.graphics.drawPie(0, 0, 20, -90, 270, "#000000"); this.progress.addChild(this.progressvalue); this.progressvalue.mask = this.vmask; this.changevalue = function(value) { this.targetvalue = value; target = parseInt(360 * valu...
来源: Laya_社区 发布时间: 20180725
...neColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 如何清除graphics绘制的矢量图 微信小游戏绘制开放域内容,字体模糊是什么原因? 如何给Sprite的graphics绘制的线条添加发光滤镜? 微信小游戏在开放数据域绘制排行榜无法显示图...
来源: Laya_社区 发布时间: 20180301