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

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

21. laya.resource.BaseTexture [ 94%]

...Classes | Index | Frames No Frames BaseTextureProperties | Methods | Constants Packagelaya.resourceClasspublic class BaseTextureInheritanceBaseTexture laya.resource.BitmapSubclasses RenderTexture2D, Texture2D BaseTexture 纹理的父类,抽象类,不允许实例。 Public Properties Prop...

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

22. laya.d3.core.material.PBRSpecularMaterial [ 94%]

...| Index | Frames No Frames PBRSpecularMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class PBRSpecularMaterialInheritancePBRSpecularMaterial BaseMaterial laya.resource.Resource PBRSpecularMaterial 类用于实现PBR(Specular)材质。 Public Properties Hide In...

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

23. [LayaAirIDE3]xcode切入切出声音不播放 [ 94%]

...umber = 1;     private isBGMAttenuated: boolean = false;      private constructor() {         /* 在ios中             使用Audio标签播放(默认)无法调整音量             使用WebAudio播放时可调整音量但会出现部分机型切后台失去焦点后无法...

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

24. laya.d3.core.material.PBRStandardMaterial [ 94%]

...| Index | Frames No Frames PBRStandardMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class PBRStandardMaterialInheritancePBRStandardMaterial BaseMaterial laya.resource.Resource PBRStandardMaterial 类用于实现PBR(Standard)材质。 Public Properties Hide In...

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

25. laya.d3.core.material.TerrainMaterial [ 94%]

...ses | Index | Frames No Frames TerrainMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class TerrainMaterialInheritanceTerrainMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public Properties Show Inherited Public Properties P...

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

26. drawToCanvas无法截取到有子元素。 [ 94%]

... 1 分享 微博 QZONE 微信 liqunyang 赞同来自: // test drawToCanvas const sp1 = new Sprite(); sp1.loadImage('bet/cheer_1_3.png'); const sp2 = new Sprite(); sp2.x = 100; sp2.loadImage('bet/cheer_1_4.png'); sp1.addChild(sp2); this.addChild(sp1); const htmlCanvas = sp1.drawToCanvas(640, 200, 0, ...

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

27. 【经验分享】如何让ts项目支持装饰器语法,以及自动化发布相关的一些东西 [ 93%]

...ev-tools   a)、创建并编写脚本 tools-compile.js#!/usr/bin/env node const program = require('commander'); const { fork } = require('child_process'); const path = require('path'); program.parse(process.argv); const projPath = path.join(__dirname, '../'); const layaCompileDir = path.join(projPa...

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

28. laya.net.Loader [ 93%]

...es | Index | Frames No Frames LoaderProperties | Methods | Events | Constants Packagelaya.netClasspublic class LoaderInheritanceLoader EventDispatcher Object Loader 类可用来加载文本、JSON、XML、二进制、图像等资源。 Public Properties PropertyDefined By  cache : Boolean...

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

29. laya.d3.core.material.ExtendTerrainMaterial [ 93%]

... Index | Frames No Frames ExtendTerrainMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class ExtendTerrainMaterialInheritanceExtendTerrainMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public Properties Show Inherited Public P...

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

30. ts加密md5码封装 [ 93%]

... arr; if (Array.isArray(str)) { arr = str; } else { arr = str.split(""); } const paddingStr: any[] = this.range(length - str.length).map(() => char); const result = tail ? arr.concat(paddingStr) : paddingStr.concat(arr); return isArray ? result : result.join(""); } little_endian(charCode: number)...

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