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

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

1. 路径显示会添加DrawCall,每增加一条路径都会添加,有什么办法降DrawCall [ 100%]

... { import laya.display.Node; import laya.display.Sprite; import laya.maths.Rectangle; import laya.ui.Dialog; import laya.ui.Image; import laya.utils.Handler; import ui.TestDialogUI; import ui.TestViewUI; public class TestView extends TestViewUI { private var PATH_LEN:Number = 120.0; private var spee...

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

2. ScrollRect设置会引起其他的UI资源无法正在显示 [ 99%]

... { import laya.display.Node; import laya.display.Sprite; import laya.maths.Rectangle; import laya.ui.Image; import laya.utils.Handler; import ui.TestViewUI; public class TestView extends TestViewUI { private var PATH_LEN:Number = 120.0; private var speed:Number = 15; private var _path:Sprite = new S...

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

3. 加载TiledMap 不显示 [ 98%]

... 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

4. 点击区域问题 [ 95%]

...aya.display.Sprite; con1.addChild(con); // con.scrollRect = new laya.maths.Rectangle(200,200,500,500); con.x = con.y = -200; var sp:laya.display.Sprite = new laya.display.Sprite; con.addChild(sp); sp.x = 250; sp.y = 300; sp.graphics.drawRect(-50,-100,100,100,"#ff0000"); sp.hitArea = new laya.maths.R...

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

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

...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

6. LayaRender问题 Matter在LayaRender下出现不正常问题 [ 88%]

...nner.run(engine); LayaRender.run(render); World.add(engine.world, [ Bodies.rectangle(200, 150, 500, 20, { isStatic: true, angle: Math.PI * 0.06 }), Bodies.rectangle(500, 350, 1650, 20, { isStatic: true, angle: -Math.PI * 0.06 }), Bodies.rectangle(300, 560, 1600, 20, { isStatic: true, angle: Math.PI ...

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

7. 为什么new不出Rectangle的类,提示not defined [ 86%]

为什么new不出Rectangle的类,提示not defined laya.core.js也引入了啊 2018-06-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 Laya_Aaron 赞同来自: 环境确定是好的?可以new 的啊 2018-0...

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

8. _calculateCacheRect函数有bug [ 86%]

...          if(!this.tempRect){                 this.tempRect = Rectangle.create();             }             if (this.cacheRect)                 this.cacheRect.recover();             this.cacheRect = null;             return this;         }   _calcula...

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

9. 求助关于TiledMap的版本问题 [ 78%]

...是图集乱了   package { import laya.map.TiledMap; import laya.maths.Rectangle; import laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class LayaSample { private var tMap:TiledMap; public function LayaSample() { //初始化引擎 Laya.init(1136, 640,WebGL); //创...

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

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

...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