大约有 3,288 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0062 秒)
Laya_社区(1556) Laya3.0_api(799) Laya2.0_api(368) laya_api(298) Laya2.0_文档(201) Laya3.0_文档(45) Laya2.0_示例(12) Laya_示例(9)
Search Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/shader/ShaderData" ShaderData Class ShaderData 着色器数据类。 Hierarchy ShaderData Implements IClone Index Methods addDefine c...
来源: Laya3.0_api 发布时间: 20231102
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/RenderObjs/NativeOBJ/NativeShaderData" NativeShaderData Class NativeShaderData Hierarchy ShaderData NativeShaderData Implements ...
来源: Laya3.0_api 发布时间: 20231115
...ces = new Float32Array(4 * 5); const indices = new Uint16Array(2 * 3); let index = 0; vertices[index++] = 0; vertices[index++] = 0; vertices[index++] = 0; vertices[index++] = 0; vertices[index++] = 0; vertices[index++] = width; vertices[index++] = 0; vertices[index++] = 0; vertices[index++] = 1; ver...
来源: Laya3.0_文档 发布时间: 20251010
index.html 换个写法,无法拷贝index.js var time = new Date().getTime(); loadLib("index.js?v=" + time); 把<src=index.js> 改为如上写法,发布web将无法拷贝index.js 。请教下,如何修改 附件 : --> myLaya21111.zip 2019-08-23 添加评论 免费帖 --> 分享 微...
来源: Laya_社区 发布时间: 20190823
...let vertexs = new Float32Array((numSegments + 1) * 5); // 索引数组 let index = new Uint16Array((numSegments + 1) * 3); var pos = 0; // 生成圆周上的顶点 for (let i = 0; i < numSegments; i++, pos += 5) { const angle = twoPi * i / numSegments; // 计算顶点坐标 var x = vertexs[pos + ...
来源: Laya3.0_文档 发布时间: 20251120
每次发布都会自动更新 index.html 吗? <script src='music.js' loader='laya'></script> <script src='snow.js' loader='laya'></script> <script src='index.max.js' loader='laya'></script> 我在index.html导入的music.js和snow.js包,每次发布时都要...
来源: Laya_社区 发布时间: 20170117
index.html 中js文件引用很多,导致index.html 文件过大 index.html 中js文件引用很多,导致index.html 文件过大。怎么分出去一些,或者分到各自的模块? 附件 : --> 2017-10-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...
来源: Laya_社区 发布时间: 20171011
...ces = new Float32Array(4 * 5); const indices = new Uint16Array(2 * 3); let index = 0; vertices[index++] = 0; vertices[index++] = 0; vertices[index++] = 0; vertices[index++] = 0; vertices[index++] = 0; vertices[index++] = width; vertices[index++] = 0; vertices[index++] = 0; vertices[index++] = 1; ver...
来源: Laya3.0_文档 发布时间: 20251010
发布时为什么会有一个index.max.html? 1.发布时有index.html和index.max.js, 为何还要有一个index.max.html? 2.如果我修改了index.html,发布时就会把我改的index.html覆盖掉? 2017-01-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...
来源: Laya_社区 发布时间: 20170118
API DocumentationAll Packages | All Classes | Index | Frames No Frames ParallelSplitShadowMapProperties | Methods Packagelaya.d3.shadowMapClasspublic class ParallelSplitShadowMapInheritanceParallelSplitShadowMap Object ... Public Properties PropertyDefined By PSSMNum : intParallelSplitS...
来源: laya_api 发布时间: 20170929