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

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

371. 官方案例里摄像机绕物体旋转脚本的问题 [ 25%]

...max: number) { this.min = min; this.max = max; } } /// <summary> /// Rectangle area on plane. /// </summary> class PlaneArea { /// <summary> /// Center of area. /// </summary> public center: Transform3D; /// <summary> /// Width of area. /// </summary> public width...

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

372. 2D性能优化 · LayaAir3.0文档 · LAYABOX [ 22%]

...aya.Sprite(); sp.graphics.drawRect(0,0,100,100,"#FF0000"); var bounds:Laya.Rectangle=sp.getGraphicBounds(); Laya.stage.addChild(sp); getBounds可以满足多数多数需求,但由于其需要计算边界,不适合频繁调用。 设置容器的autoSize为true。 var sp=new Laya.Sprite(); sp.auto...

来源: Laya3.0_文档 发布时间: 20241014

373. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 10%]

...map.viewPortY;             }             var t: any = new Laya.Rectangle(0, 0, this.width, this.height);             if (this.x + t.width / 2 < 0 || this.x - t.width / 2 > Laya.Browser.width || this.y < 0 || this.y - t.height > Laya.Browser.height) {             ...

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