大约有 360 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0063 秒)
Laya_社区(160) Laya3.0_api(64) Laya2.0_api(59) laya_api(55) Laya2.0_示例(6) Laya2.0_文档(6) Laya3.0_文档(5) Laya_示例(5)
...导航网格。未勾选时,该节点会被完全忽略。 Bake From: Graphics是从Sprite的图形数据生成导航网格。例如图2-12所示, (图2-12) Physics是从物理碰撞器数据生成导航网格。例如图2-13所示, (图2-13) MeshRender是从网格数据生成导航...
来源: Laya3.0_文档 发布时间: 20251010
...chImg) //点击事件 Laya.stage.addChild(img); function switchImg() { img.graphics.clear(); //清除绘制 var imgUrl = (this.flag = !this.flag) ? this.img1 : this.img2; img.loadImage(imgUrl, 100, 100) } }这是官方的切换位图的示例,但是点击位图距离容器top和left100的区域,...
来源: Laya_社区 发布时间: 20180502
...ge的全局Y轴缩放值(会叠加父亲节点的缩放值)。 Sprite graphics : Graphics绘图对象。封装了绘制位图和矢量图的接口,Sprite所有的绘图操作都通过Graphics来实现的。Sprite height : Number 表示显示对象的高度,以像素为单位。 高度默...
来源: laya_api 发布时间: 20170422
...RenderTarget栈溢出问题 Tween没效果,对于渐变相机位移? graphics drawPath drawLine 鼠标 画笔 画线 锯齿 laya3.x有layacmd这样的命令行接口吗 锯齿问题 求破 如何实现将相机渲染的画面显示在ui上 laya3d camera.rendertarget 返回的时rendertexture 不...
来源: Laya_社区 发布时间: 20251203
... if (maskSp) { maskSp.graphics.clear(); var w:Number = maskSp.getSize().width; var h:Number = maskSp.getSize().height; ...
来源: Laya_社区 发布时间: 20180404
...ation EffectAnimation Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior loop mouseThrough name tag wrapMode WRAP_PINGPONG WRAP_POSITIVE WRAP_REVERSE drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anch...
来源: Laya3.0_api 发布时间: 20231115
...ge的全局Y轴缩放值(会叠加父亲节点的缩放值)。 Sprite graphics : Graphics绘图对象。封装了绘制位图和矢量图的接口,Sprite所有的绘图操作都通过Graphics来实现的。Sprite height : Number 显示对象的高度,单位为像素,默认为0。 此高...
来源: Laya2.0_api 发布时间: 20190513
...用showAll后留白部分的颜色问题 关于apk打包动画卡的问题 graphics alpha 问题 关于removechild、destory、clear的问题 ios原生回调问题 问题状态 最新活动: 2017-11-02 10:27 浏览: 1113 关注: 3 人 fqny17951 • 2017-11-06 14:40 我们可能苹果审核也是出...
来源: Laya_社区 发布时间: 20171026
...nu Globals "laya/display/Animation" Animation Class Animation Animation 是Graphics动画类。实现了基于Graphics的动画创建、播放、控制接口。 本类使用了动画模版缓存池,它以一定的内存开销来节省CPU开销,当相同的动画模版被多次使用时,相比...
来源: Laya3.0_api 发布时间: 20231115
...ow.Laya.loader.load(value.url, ls.Handler.create(this, function () { _this.graphics.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 _th...
来源: Laya_社区 发布时间: 20180530