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

大约有 13 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0020 秒)

11. IDE时间轴动画帧数乱序导致的bug [ 61%]

IDE时间轴动画帧数乱序导致的bug class FrameAnimation extends AnimationBase { constructor() { super(); if (FrameAnimation._sortIndexFun === null) { FrameAnimation._sortIndexFun = MathUtil.sortByKey("index", false, true); } }   FrameAnimation初始化时_sortIndexFun 方法没有被赋值...

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

12. ProtocolBuffer通信 · LayaAir3.3 · 引擎文档 · LAYABOX [ 55%]

...age = 2; // 消息内容,字段编号是 2 int64 timestamp = 3; // 消息时间,字段编号是 3 } 各个部分的作用: syntax = "proto3";:指定使用 Protobuf 3 语法。proto3 是 Protobuf 写本文时的最新版本,具有简化的语法和更广泛的支持。 message:定义...

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

13. laya.ui.MoreGame [ 51%]

...ateFormatStr(stamp:Number, formatStr:String = yynndd):String[static] 获取时间 MoreGame getGraphicBounds(realSize:Boolean = false):Rectangle 返回此实例中的绘图对象( Graphics )的显示区域,不包括子对象。 Sprite getMousePoint():Point获得相对于本对象上的鼠...

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