大约有 595 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0173 秒)
Laya_社区(200) Laya2.0_示例(114) Laya3.0_文档(99) Laya2.0_api(91) laya_api(48) Laya_示例(24) Laya2.0_文档(16) Laya3.0_api(3)
... 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
...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
...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
...态图集需要在脚本中实例化DynamicAtlasManager对象: //接口 constructor(config?: Partial<DynamicAtlasConfig>, autoReplace: boolean = true) 参数说明: config是创建动态图集需要的配置参数,各项参数内容如下: 参数 类型 默认值 说明 largeTextureSiz...
来源: Laya3.0_文档 发布时间: 20260131
... 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
...syncMessageCb); CONCH_EXPORT void CONCH_CDECL conchSendHandleMessageResult(const char *eventName, const char *result); 消息处理 int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nShowCmd) { conchSetHandleMessageCallback( [](const char *eventName, const char ...
来源: Laya3.0_文档 发布时间: 20260122
...、变量所在位置等元信息数据文件 在 publish.js 中添加 const sourcemaps = require(ideModuleDir + 'gulp-sourcemaps'); compressJs任务中添加.pipe(sourcemaps.init({loadMaps:true})) 和 .pipe(sourcemaps.write(releaseDir + '/../sourcemaps')) 会生成对应js文件的.js.map ...
来源: Laya_社区 发布时间: 20200720
...All Classes | Index | Frames No Frames Laya3DProperties | Methods | Constants PackageTop LevelClasspublic class Laya3DInheritanceLaya3D Object Laya3D 类用于初始化3D设置。 Public Properties PropertyDefined By enbalePhysics : *[static] [read-only] 获取是否可以启用物理。 ...
来源: Laya2.0_api 发布时间: 20190513
...lasses | Index | Frames No Frames BaseMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class BaseMaterialInheritanceBaseMaterial laya.resource.ResourceImplements laya.d3.core.ICloneSubclasses ExtendTerrainMaterial, GlitterMaterial, PBRMaterial, ShurikenParticle...
来源: laya_api 发布时间: 20170929
...es | Index | Frames No Frames ParticleMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class ParticleMaterialInheritanceParticleMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public Properties Show Inherited Public Properties...
来源: laya_api 发布时间: 20170603