大约有 335 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0039 秒)
Laya_社区(127) Laya2.0_文档(61) Laya3.0_api(53) Laya3.0_文档(50) Laya2.0_api(27) laya_api(15) Laya_示例(2)
...ed from Component.onPostRender Defined in laya/components/Component.ts:307 渲染之后执行 Returns void Optional onPreRender onPreRender(): void Inherited from Component.onPreRender Defined in laya/components/Component.ts:302 渲染之前执行 Returns void Optional onReset onReset(): void Inheri...
来源: Laya3.0_api 发布时间: 20231102
...ts:401 销毁Texture使用的图片资源,保留texture壳,如果下次渲染的时候,发现texture使用的图片资源不存在,则会自动恢复 相比clearRes,clearTextureRes只是清理texture里面使用的图片资源,并不销毁texture,再次使用到的时候会自动恢复...
来源: Laya3.0_api 发布时间: 20231102
...ed from Component.onPostRender Defined in laya/components/Component.ts:307 渲染之后执行 Returns void Optional onPreRender onPreRender(): void Inherited from Component.onPreRender Defined in laya/components/Component.ts:302 渲染之前执行 Returns void Optional onReset onReset(): void Inheri...
来源: Laya3.0_api 发布时间: 20231115
...ts:818 销毁Texture使用的图片资源,保留texture壳,如果下次渲染的时候,发现texture使用的图片资源不存在,则会自动恢复 相比clearRes,clearTextureRes只是清理texture里面使用的图片资源,并不销毁texture,再次使用到的时候会自动恢复...
来源: Laya3.0_api 发布时间: 20231115
... * 手动刷新的目的是,保持层级的宽和高保持最小,加快渲染 */ public updateGridPos(): void { var tSprite: GridSprite; for (var i: number = 0; i < this._gridSpriteArray.length; i++) { ...
来源: Laya_社区 发布时间: 20161109