大约有 43 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0032 秒)
...s/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya...
来源: Laya3.0_api 发布时间: 20231115
...存占用将约增加一倍,并降低加载性能。 建议仅在需要脚本动态读取像素数据或 CPU 访问纹理的场景下开启,例如编辑器模式、调试工具或特效生成系统。 2.8 纹理格式 format 纹理格式(Texture Format) 指纹理在 GPU 中的像素数据存...
来源: Laya3.0_文档 发布时间: 20251128
...我们也借助css样式来展示这种效果。下面我们看下简单的脚本怎么实现这种效果。 ```javascript var data = '' + '' + '' + 'I like ' + '' + 'cheese' + '' + '' + ''; var DOMURL = window.URL || window.webkitURL || window; var img = new Image(); var svg = new Blob([data], {typ...
来源: Laya2.0_文档 发布时间: 20210715