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

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

1. 组件装饰器说明 · LayaAir3.0文档 · LAYABOX [ 100%]

...直观,此时,可以在IDE里直接输入角度值但不保存,仅将转换后的弧度值存起来。示例代码如下: const { regClass, property } = Laya; @regClass() export class Main extends Laya.Script { @property({ type: Number }) _radian: number = 0; //带下划线的属性,默认...

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

2. ProtocolBuffer通信 · LayaAir3.0文档 · LAYABOX [ 97%]

...型的对象,像是包含整数、字符串、嵌套对象、数组等)转换为紧凑的二进制格式,大大减少了数据的体积,这对于网络传输来说能够降低带宽占用并且提高传输速度。而且在序列化后的二进制数据进行反序列化时,能够精准地...

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

3. 网络通信 · LayaAir3.0文档 · LAYABOX [ 93%]

... Message.toObject(message: Message , options: ConversionOptions): Object 转换Message对象数据到一组Javascirpt数据。 4.5 代码示例 onAwake(): void { var resPath: string = "assets/res/protobuf/awesome.proto"; // 加载protobuf文件 this.ProtoBuf.load(resPath, this.onAssetsLoaded); } pri...

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

4. 实体组件系统 · LayaAir3.0文档 · LAYABOX [ 87%]

...直观,此时,可以在IDE里直接输入角度值但不保存,仅将转换后的弧度值存起来。示例代码如下: const { regClass, property } = Laya; @regClass() export class Main extends Laya.Script { @property({ type: Number }) _radian: number = 0; //带下划线的属性,默认...

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