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

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

181. laya.d3.graphics.VertexPositionNormalTexture0Texture1Tangent [ 69%]

...PositionNormalTexture0Texture1TangentProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalTexture0Texture1TangentInheritanceVertexPositionNormalTexture0Texture1Tangent ObjectImplements IVertex VertexPositionNormalTextureTangent 类用于创建位置、法线、纹理...

来源: laya_api 发布时间: 20170929

182. laya.ui.FontClip_API3.0 [ 69%]

... Hierarchy Clip FontClip Index Constructors constructor Properties _extra _graphics _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy align alpha anchorX anchorY autoPlay blendMode bottom cacheA...

来源: Laya3.0_api 发布时间: 20231115

183. laya.physics.PhysicsDebugDraw_API3.0 [ 69%]

...rite PhysicsDebugDraw Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode cacheAs components customRenderEnable des...

来源: Laya3.0_api 发布时间: 20231115

184. 如何使用rendertexture获取相机渲染的动态图片? [ 69%]

... 微博 QZONE 微信 crocs 赞同来自: 拿到renderTarget的纹理,用graphics绘制出来就可以了 2020-08-24 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 tongbowen 相关问题 请问LayaAir中如何使图片以圆形的方式...

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

185. laya.ui.Tab [ 69%]

...ge的全局Y轴缩放值(会叠加父亲节点的缩放值)。 Sprite graphics : Graphics绘图对象。封装了绘制位图和矢量图的接口,Sprite所有的绘图操作都通过Graphics来实现的。Sprite gray : Boolean 是否变灰。Component height : Number[override] 表示显示...

来源: laya_api 发布时间: 20170929

186. layaAir如何实现for循环加载多张图片,并且通过事件按比例缩小 [ 69%]

...    var bl:Number=texture.width/texture.height             ape.graphics.drawTexture(texture,0,0,stageWidth/4,stageWidth/4/bl);             apesCtn.addChild(ape);         } 2016-10-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...

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

187. 代码里能控制图片的锚点吗? [ 69%]

...ead = new Image(); var texture = Laya.loader.getRes(heroidstr); m_herohead.graphics.drawTexture(texture); m_herohead.anchorX = 0.5; m_herohead.anchorY = 1; m_herohead.pos(m_heroPosX,m_heroPosY); m_mapbg.addChild(m_herohead);     我在代码里创建图片,可是设置锚点后,显示还是0...

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

188. image.drawToCanvas方法获取的一直是空的png [ 69%]

...ar texture:Texture=new Texture(htmlCanvas); var sp:Sprite=new Sprite(); sp.graphics.drawTexture(texture,0,0,100,100); Laya.stage.addChild(sp); sp.x=200; } } } 2017-07-05 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Funkyfun 相关问...

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

189. Laya.Loader.getRes("xxx.png")取出来的资源为什么是Texture2D,不是Texture [ 68%]

...报错     报错堆栈 TypeError: tex.getIsReady is not a function at Graphics.loadImage (file:///D:/zxl/2.0_stable/lfGame2.0/bin/libs/laya.core.js:11477:26) at Function.createFrames (file:///D:/zxl/2.0_stable/lfGame2.0/bin/libs/laya.core.js:23134:23) at Animation.loadImages (file:///D:/zxl/2.0_s...

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

190. 裁切图片后,该用什么方式去重绘出裁切后的图片 [ 68%]

...绘的切下来的部分,但黄色的原图一直还在,即便调用了graphics.clear()方法   这是我重绘部分的代码,我是应该用sprite.graphics去重绘,还是该调用Laya.Render.context中的方法去重绘,绘制部分代码如下(points,是我裁切后的多边形位...

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