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

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

241. laya.ui.Clip_API3.0 [ 63%]

...于本对象绘图区域内时,才算命中,而与对象宽高和值为Rectangle对象的hitArea属性无关。如果sprite.hitArea值是HitArea对象,表示显式声明了此对象的鼠标事件响应区域,而忽略对象的宽高、mouseThrough属性。 影响对象鼠标事件响应区...

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

242. laya.ui.Image_API3.0 [ 63%]

...于本对象绘图区域内时,才算命中,而与对象宽高和值为Rectangle对象的hitArea属性无关。如果sprite.hitArea值是HitArea对象,表示显式声明了此对象的鼠标事件响应区域,而忽略对象的宽高、mouseThrough属性。 影响对象鼠标事件响应区...

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

243. laya.ui.FontClip_API3.0 [ 63%]

...于本对象绘图区域内时,才算命中,而与对象宽高和值为Rectangle对象的hitArea属性无关。如果sprite.hitArea值是HitArea对象,表示显式声明了此对象的鼠标事件响应区域,而忽略对象的宽高、mouseThrough属性。 影响对象鼠标事件响应区...

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

244. laya.ui.Dialog_API3.0 [ 63%]

...于本对象绘图区域内时,才算命中,而与对象宽高和值为Rectangle对象的hitArea属性无关。如果sprite.hitArea值是HitArea对象,表示显式声明了此对象的鼠标事件响应区域,而忽略对象的宽高、mouseThrough属性。 影响对象鼠标事件响应区...

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

245. laya.ui.UIGroup_API3.0 [ 63%]

...于本对象绘图区域内时,才算命中,而与对象宽高和值为Rectangle对象的hitArea属性无关。如果sprite.hitArea值是HitArea对象,表示显式声明了此对象的鼠标事件响应区域,而忽略对象的宽高、mouseThrough属性。 影响对象鼠标事件响应区...

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

246. laya.ui.List [ 63%]

...为0时,高度为自适应大小。 List hitArea : * 可以设置一个Rectangle区域作为点击区域,或者设置一个HitArea实例作为点击区域,HitArea内可以设置可点击和不可点击区域。 如果不设置hitArea,则根据宽高形成的区域进行碰撞。 Sprite hit...

来源: laya_api 发布时间: 20170929

247. TiledMap销毁的问题,TiledMap销毁后屏幕变灰,不能显示 [ 63%]

...点击。 我的代码: var _map:TiledMap = new TiledMap(); var viewRect:Rectangle = new Rectangle(0,0,8600,1800); _map.createMap("res/race.json",viewRect);我的游戏销毁的代码 _map.destroy(); _map = null; Laya.stage.addChild(new Plazz());//ui 经过排查后发现问题出现在TiledMap相...

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

248. laya.display.Animation [ 63%]

...显示对象图像的实际高度。 Sprite hitArea : * 可以设置一个Rectangle区域作为点击区域,或者设置一个HitArea实例作为点击区域,HitArea内可以设置可点击和不可点击区域。 如果不设置hitArea,则根据宽高形成的区域进行碰撞。 Sprite hi...

来源: laya_api 发布时间: 20170929

249. laya.display.Input [ 62%]

...显示对象图像的实际高度。 Text hitArea : * 可以设置一个Rectangle区域作为点击区域,或者设置一个HitArea实例作为点击区域,HitArea内可以设置可点击和不可点击区域。 如果不设置hitArea,则根据宽高形成的区域进行碰撞。 Sprite hitT...

来源: Laya2.0_api 发布时间: 20190513

250. new Laya.Templet() 时,说这不是一个constructor [ 62%]

...ter.loop = false; //获取动画边界信息,设置锚点 var rectBounds:Rectangle = this.aniFighter.getGraphicBounds(); var rectBounds1:Rectangle = this.aniFighter.getBounds(); //QUESTION=[无法获取图片宽度高度] this.aniFighter.pivot(512/2,304/2);//rectBounds.width/2,rectBounds.height/2)...

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