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

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

51. laya.display.Sprite [ 77%]

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

来源: laya_api 发布时间: 20170929

52. 要做一个方形倒计时,请问该怎么实现,不知道该怎么做 [ 77%]

...yer.ui { import app.TheGame; import laya.display.Sprite; import laya.maths.Rectangle; public class CdSprite extends Sprite { public static const START:int = -90; public static const COLOR:String = "#000000"; private var r:Number = BarCell.WID / Math.SQRT2; private var rect:Rectangle = new Rectangle(...

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

53. 分享:TiledMap设置viewport后黑屏问题! [ 77%]

...te; import laya.display.Stage; import laya.map.TiledMap; import laya.maths.Rectangle; import laya.utils.Handler; public class LayaAirDemo { private var tiledMap:TiledMap; public function LayaAirDemo() { // 不支持WebGL时自动切换至Canvas Laya.init(1100, 800); Laya.stage.alignV = Stage.ALIGN_M...

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

54. Sprite对象中的scrollRect如何使用?为什么是undefined [ 77%]

...graphics.drawRect(0, 0, w, h, "#FF7F50");             var rect = new Rectangle(0,0,200,200);             bimgBox.scrollRect = rect;             bimgBox.optimizeScrollRect = true;    这是我的调用方法,麻烦知道的高手指点一下 谢谢 2017-05-26 0 0 分享 微博 Q...

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

55. 加载TiledMap 不显示 [ 76%]

... import TiledMap = Laya.TiledMap; import Point = Laya.Point; import Rectangle = Laya.Rectangle; import Handler = Laya.Handler; import WebGL = Laya.WebGL;  export class TiledMap_IsometricWorld {     private tiledMap: TiledMap;     private layer: MapLayer;     private...

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

56. 物理引擎,我按照官方例子做的,不知道那里写错了,总是报这个错,大神帮我看下 [ 76%]

...; var space:Number = 600/5; Matter.World.add(engine.world, [ Matter.Bodies.rectangle(100+space*0,150,50,50,{ restitution: rest}), Matter.Bodies.circle(100+space*3,150,25,{ restitution: rest}), // walls Matter.Bodies.rectangle(400, 0, 800, 50, { isStatic: true }), Matter.Bodies.rectangle(400, 600, 80...

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

57. 怎么对graphics画出来的图片进行鼠标点击拖动??? [ 75%]

... Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Rectangle = Laya.Rectangle; import Texture = Laya.Texture; import Browser = Laya.Browser; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class Interaction_Drag { private ApePath: string = "../laya/monkey2.pn...

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

58. layaairts下 如何 让动画显示在地图上面tilemap地图 [ 75%]

...ructor() { //创建TiledMap实例 this.tMap = new Laya.TiledMap(); //创建Rectangle实例,视口区域 var viewRect:Laya.Rectangle = new Laya.Rectangle(); //创建TiledMap地图 this.tMap.createMap("res/TiledMap/orthogonal-outside.json",viewRect,null); //初始化舞台 Laya.init(Laya.Browser.wid...

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

59. 龙骨skeleton鼠标点击区域的设置 [ 74%]

...(0,true); Laya.stage.addChild(mArmature); mArmature.pos(300,600); var rect:Rectangle=new Rectangle(-420,-680,420,680); mArmature.hitArea=rect; mArmature.on(Event.CLICK,this,onClick);    2016-11-22 0 0 分享 微博 QZONE 微信 asdf131 赞同来自: 于一个点为中心播放 :      this.mAr...

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

60. laya.map.TileAniSprite [ 74%]

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

来源: laya_api 发布时间: 20170929