大约有 2,728 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0074 秒)
Laya_社区(2214) Laya2.0_文档(123) Laya3.0_api(106) Laya_示例(84) Laya2.0_api(57) Laya2.0_示例(55) laya_api(53) Laya3.0_文档(36)
...方法即可 /** * - 骨骼挂点 * @param nodeName * @param root * @param Sprite3D */ public static link2Node(nodeName: string, root: Laya.Sprite3D, Sprite3D: Laya.Sprite3D) { //递归调用 let index = 0; let child: Laya.Sprite3D = null; while (true) { child = root.getChildAt(index) as Laya.Sprite...
来源: Laya_社区 发布时间: 20190918
...什么? 已上传 Demo 附件 TS项目使用matter.js库无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 微信小游戏如何使用ttf字体? LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'...
来源: Laya_社区 发布时间: 20190906
...r.ldc.layabox.com/demo2/h5/demo.html?language=ch&category=2d&group=Sprite&name=DisplayImage&lib=core 控制器运行 var canvas = document.getElementById('layaCanvas'); canvas.toDataURL("image/jpg"); 打开图片是黑色的 附件 : --> 2019-06-21 添加评论 免费帖 ...
来源: Laya_社区 发布时间: 20190621
...转 ###### **version :2.7.0beta Update:2020-6-11** 摄像机继承于Sprite3D,一样可以对它进行3D变换的操作,通过它transform属性在3D场景中移动旋转变化,多角度取景,使观众或游戏者获得更真实的空间体验。 移动摄像机: ```typescript //...
来源: Laya2.0_文档 发布时间: 20210715
...Protected All Inherited Externals Only exported Menu Globals "laya/display/Sprite" Sprite Class Sprite Sprite 是基本的显示图形的显示列表节点。 Sprite 默认没有宽高,默认不接受鼠标事件。通过 graphics 可以绘制图片或者矢量图,支持旋转,缩放,位移...
来源: Laya3.0_api 发布时间: 20231115
...0*****113 相关问题 3d锯齿问题 富文本下划线绘制bug new Laya.Sprite();绘制图形以后,怎么删除释放资源? drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 如何清除graphics绘制的矢量图 微信小游戏绘...
来源: Laya_社区 发布时间: 20180301
sprite 的getBounds()方法怎么回事,我怎么获取不出来啊 其中list是一个view.list是一个列表可以获取getBounds(),但是test1和test2两张图片怎么回事,宽带都能打印出来就是获取不到getBounds(),获取出来都是0,这到底怎么回事 附...
来源: Laya_社区 发布时间: 20180118
...1所示。 ```typescript //平面 var plane = scene.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createPlane(10, 10, 10, 10))); //新建材质 var planeMat = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load("res/threeDimen/Physics/grass.png", Laya.Handler.create(this, function(tex) { planeMat...
来源: Laya2.0_文档 发布时间: 20210714
...原本示例代码,去掉了示例代码的旋转摄像机 //加载拖尾 Sprite3D.load('LayaScene_tst/Conventional/Sphere.lh',Handler.create(this,function(sp:Sprite3D):void{ //将加载的拖尾添加给示例盒子 box.addChild(sp); //为了体现效果,我们移动盒子和摄影机观察效果...
来源: Laya2.0_文档 发布时间: 20210715
... Demo 附件 使用钢体设置防穿后仍有几率会穿透 如何设置Sprite的宽高和点击区域? 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket iphoneX环境下新手引导的抠图透明区域为黑色,其它...
来源: Laya_社区 发布时间: 20181027