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

大约有 487 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0093 秒)

211. laya.particle.Particle2D_API3.0 [ 68%]

...chy Sprite Particle2D Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoPlay autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode cacheAs components customRenderE...

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

212. laya.media.SoundNode_API3.0 [ 68%]

...rchy Sprite SoundNode Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY autoPlay blendMode cacheAs components customRenderE...

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

213. laya.map.GridSprite_API3.0 [ 68%]

...chy Sprite GridSprite Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url aniSpriteArray autoSize drawImageNum hitTestPrior isAloneObject isHaveAnimation mouseThrough name relativeX relativeY tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHiera...

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

214. BlurFilter的strength属性设置到5以上就没效果了 [ 68%]

...xture = new Texture(htmlC);    var sp2:Sprite = new Sprite();    sp2.graphics.drawTexture(_texture,0,0,1334,750);    var blurFilter:BlurFilter = new BlurFilter();    blurFilter.strength = 4;    sp2.filters = [blurFilter];    return sp2;   } 我按照上面这样生成_self的模...

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

215. laya.display.Sprite_API3.0 [ 68%]

...节点。 Sprite 默认没有宽高,默认不接受鼠标事件。通过 graphics 可以绘制图片或者矢量图,支持旋转,缩放,位移等操作。Sprite同时也是容器类,可用来添加多个子节点。 注意: Sprite 默认没有宽高,可以通过getBounds函数获取;...

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

216. laya.map.MapLayer_API3.0 [ 68%]

...archy Sprite MapLayer Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior layerName mouseThrough name tag tarLayer drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode cacheAs components cus...

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

217. laya.ui.DialogManager_API3.0 [ 68%]

... Sprite DialogManager Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize closeEffectHandler hitTestPrior lockLayer maskLayer mouseThrough name popupEffectHandler tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX a...

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

218. 设置内存上限后,时不时会闪屏的问题 [ 68%]

...内存就会显示成负数 如何设置Sprite的宽高和点击区域? graphics alpha 问题 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 Laya3D里的material可以设置flat shading么 问题状态 最新活动: 2017-10-31 16:49 浏览: 1731 关注: 2 人

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

219. laya.ui.ColorPicker [ 67%]

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

来源: laya_api 发布时间: 20170929

220. laya的drawToTexture太坑 [ 67%]

...bounds.x + view.x, -bounds.y + view.y) as laya.resource.Texture; shadow.graphics.drawTexture(texture, bounds.x, bounds.y, bounds.width, bounds.height, null, 0.3); shadow.pos(view.x, view.y); view.parent.addChild(shadow); 2020-03-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...

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