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

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

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

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

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

24. 【经验分享】如何让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

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

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

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

28. 加了两个遮罩后的动画,帧频只有10了,有demo,有项目,有源码 [ 93%]

...ask_Demo 源码 https://github.com/wildfirecod ... le.ts  class GameMain{ constructor() { Laya.init(1920,950,Laya.WebGL); Laya.Stat.show(); const container = new Laya.Sprite(); Laya.stage.addChild(container); const mask = new Laya.Sprite(); mask.graphics.drawPoly(0, 0, [0, 0, 484, 0, 1483, 950, 0, ...

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

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

...es | Index | Frames No Frames StandardMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class StandardMaterialInheritanceStandardMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public Properties Show Inherited Public Properties...

来源: laya_api 发布时间: 20170929

30. laya.d3.math.Color [ 92%]

... All Classes | Index | Frames No Frames ColorProperties | Methods | Constants Packagelaya.d3.mathClasspublic class ColorInheritanceColor ObjectImplements laya.d3.core.IClone Color 类用于创建颜色实例。 Public Properties PropertyDefined By  a : Numberalpha分量Color  b : Number...

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