大约有 22 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0062 秒)
...置List,创建出符合自己需要的列表。 Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:59 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
...。 * @param createFun 用于创建该类型对象的方法。 * @param caller this对象 * @return 此类型标识的一个对象。 */ static getItemByCreateFun(sign: string, createFun: Function, caller: any = null): any { var pool: any[] = Pool.getPoolBySign(sign); var rst: any = pool.length ? po...
来源: Laya3.0_文档 发布时间: 20251010
...dByMaterial(subRendertexture,null); return buf; } Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:55 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
...8 laya_ide_time.require.single.path: 0.0239ms gulp.js:8 laya_ide_time.gulp.all.require: 82.6ms gulp.js:27 laya_ide_time.require.single.../package: 0.696ms gulp.js:8 laya_ide_time.gulp.exec: 5.33ms gulp.js:251 env.modulePackage:3.9.1 gulp.js:119 Working directory changed to D:\workspace\layabox\LayaA...
来源: Laya_社区 发布时间: 20200607
...er.__proto.run (http://stand.alone.version/lib ... 207:45) at CallLater.__proto.runCallLater (http://stand.alone.version/lib ... 178:12) at Timer.__proto.runCallLater (http://stand.alone.version/lib ... 461:15) at Text.<anonymous> (http://stand.alone.version...
来源: Laya_社区 发布时间: 20190829
...个使用同一材质的静态物体在绘制的时候只使用一个drawcall,进而节省了CPU。在光照计算上,static的物体也更快一些。 另外,当勾选Static时,编辑器会询问是否同时改变所有子对象的静态标志,如图2-5所示 (图2-5) 当然也可以...
来源: Laya3.0_文档 发布时间: 20251010
...知1.1 降低渲染的CPU成本1.2 降低渲染的GPU成本2.优化Draw Call3.GPU instance4.Dynamic Batch5.Static Batch6.Custom Static Batch(Static Batch Volume组件)7.基于节点的材质合批功能7.1表现效果7.2 使用示例3D性能优化 1.图形性能的基本认知 1.1 降低渲染的CPU...
来源: Laya3.0_文档 发布时间: 20251010
...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/List" List Class List List 控件可显示项目列表。默认为垂直方向列表。可通过UI编辑器自定义列表。 example 以...
来源: Laya3.0_api 发布时间: 20231115
...2,方法 abort() 如果请求已经被发送,则立刻中止请求。 getAllResponseHeaders() 返回所有响应头信息(响应头名和值), 如果响应头还没接受,则返回null。 getResponseHeader() 返回指定的响应头的值, 如果响应头还没被接受,或该响应头不存在,...
来源: Laya3.0_文档 发布时间: 20250104
...绘制图形用于显示鼠标点击的位置。用另一个Sprite节点(allow),绘制图形表示寻路的角色,如图3-2所示, (图3-2) 在图2-21的surface节点上创建一个自定义的组件脚本: import Sprite = Laya.Sprite; import Component = Laya.Component; import Nav2DA...
来源: Laya3.0_文档 发布时间: 20251010