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

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

291. 在Laya2上 getGraphicBounds获取失败 [ 65%]

...: 1979 关注: 2 人 忽啊忽啊 • 2018-11-21 13:59 this.sp = new Laya.Sprite(); this.sp.loadImage("Attack_0_0002.png", Laya.Handler.create(this, (data)=>{ this.sp.graphics.drawTexture(this.sp.texture); var bounds = this.sp.getGraphicBounds(true); })); 这样绘制后,最后拿到的...

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

292. laya.ui.HSlider_API3.0 [ 65%]

...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...

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

293. laya.ui.VSlider_API3.0 [ 65%]

...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...

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

294. laya.ui.Radio_API3.0 [ 64%]

... _graphics _graphics: AutoBitmap Inherited from Button._graphics Overrides Sprite._graphics Defined in laya/ui/Button.ts:212 _ownGraphics _ownGraphics: boolean = false Implementation of ISelect._ownGraphics Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Im...

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

295. 2.7.1 enbug: cannon碰撞trigger的enter和exit频繁触发 [ 64%]

...被折叠 要回复问题请先登录 发起人 老猪佩琪 相关问题 sprite旋转以后,但是原来碰撞检测rect没有旋转 求指点3d射线碰撞和UI点击穿透的问题 Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 3d物理不能触发onCollisionEnter事件 微信...

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

296. 在开放数据域/子域里list滑动事件偏移,重设矩阵没有用 [ 64%]

...) TextInput重写onFocus和onBlur事件监听不到 关于遍历产生的sprite的点击事件,急,大神帮看哈 Animation如何加点击事件 救命!canvas定位后 点击区域偏移,求大大们解答 为什么给Sprite容器添加点击事件没反应 laya2 发布微信开放域工...

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

297. laya.ui.RadioGroup_API3.0 [ 64%]

...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...

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

298. as3 代码里怎么给Image添加css样式,能添加transform-style属性吗 [ 64%]

...示无法打开代码编辑器 请配置 这个怎么解决? 为什么给Sprite容器添加点击事件没反应 1.7.20beta有bug,帧属性面板打不开 3d 添加灯光 模型变的黑呼呼的 很多黑面 问题状态 最新活动: 2018-06-05 17:40 浏览: 780 关注: 2 人 helianchu • 201...

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

299. laya.ui.Tab_API3.0 [ 64%]

...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...

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

300. 这样的panel请问如何实现比较好? [ 64%]

...来自: 实现步骤: 1、定义一个Item,界面分两层(可用两个Sprite进行划分) class Item extends ui.itemUI { private state = 0; constructor() { super(); //点击最先出来的按钮,会显示下一层界面,同时隐藏自己 this.btnFirst.on(Laya.Event.CLICK, this, this.change, ...

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