大约有 2,627 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0076 秒)
Laya_社区(2117) Laya2.0_文档(119) Laya3.0_api(106) Laya_示例(84) Laya2.0_api(57) Laya2.0_示例(55) laya_api(53) Laya3.0_文档(36)
...相关的链接 提交 3 个回复 sword2015 赞同来自: Rect不是继承Sprite 2017-07-04 0 0 分享 微博 QZONE 微信 cuixueying 赞同来自: Rect本身不是显示对象,如果要显示必须放到一个显示对象容器内部,譬如sprite,然后为sprite声明var即可 2017-07-04 0 0...
来源: Laya_社区 发布时间: 20170704
...被折叠 要回复问题请先登录 发起人 132*****180 相关问题 sprite旋转以后,但是原来碰撞检测rect没有旋转 招聘:H5游戏开发 坐标:深圳南山 如何设置Sprite的宽高和点击区域? 使用钢体设置防穿后仍有几率会穿透 龙骨skeleton鼠标点...
来源: Laya_社区 发布时间: 20170830
...折叠 要回复问题请先登录 发起人 whzooo 王掌柜 相关问题 sprite旋转以后,但是原来碰撞检测rect没有旋转 LayaBox IDE 支持多开吗 开启CastShadow以后,模型会莫名其妙消失,物体渲染队列的_IndexInList会被破坏 new Laya.Sprite();绘制图形以...
来源: Laya_社区 发布时间: 20161216
...。那么2.0还能不能设置。怎么设置。。。 let sprit:Laya.Sprite3D = new Laya.Sprite3D(); sprit.transform.pivot = 2019-06-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么...
来源: Laya_社区 发布时间: 20190605
...nAssetLoad)); } function onAssetLoad() { older = new Laya.Sprite(); older.loadImage("../laya/assets/comp/image.png"); Laya.stage.addChild(older); console.log(older.scaleX,older.scaleY,older.rotation,older.x,older.y, older.width,older.height,older.getBounds()....
来源: Laya_社区 发布时间: 20170118
...s/BlurFilter.ts:34 Returns Float32Array Static _filter _filter(this: RenderSprite, sprite: Sprite, context: Context, x: number, y: number): void Inherited from BlurFilter._filter Defined in laya/filters/Filter.ts:38 Parameters this: RenderSprite sprite: Sprite context: Context x: number y: number Re...
来源: Laya3.0_api 发布时间: 20231115
...; this.basketballCourt = this.scene3D.getChildByName("BasketballCourt") as Sprite3D; var collision:PhysicsCollider = this.basketballCourt.getChildByName("BasketballCourt1").getComponent(PhysicsCollider); collision.restitution = 0.1; this.ball = this.scene3D.getChildByName("Ball") as Sprite3D; this.b...
来源: Laya_社区 发布时间: 20200512
...知,必看!!!不按提问规则的,官方拒绝解答!!! sprite旋转以后,但是原来碰撞检测rect没有旋转 unity导出粒子文件问题 laya针对页游耗用内存大的问题是如何解决的? LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版...
来源: Laya_社区 发布时间: 20190916
...: 要会看API 然后勤于思考实践 pt:Point = new Point(); pt.x = sprite.x; pt.y = sprite.y; var point:Point = sprite.localToGlobal(pt); 大概就这个样子 localToGlobal(point:Point, createNewPoint:Boolean = false):Point 把本地坐标转换为相对stage的全局坐标。 2018-0...
来源: Laya_社区 发布时间: 20180122
...答(最新版本:1.7.16) TS项目使用matter.js库无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏如何使用ttf字体?...
来源: Laya_社区 发布时间: 20190307