• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 345 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0051 秒)

341. laya.d3.resource.MulSampleRenderTexture_API3.0 [ 29%]

...。 Default value format: RenderTextureFormat = RenderTextureFormat.R8G8B8 纹理格式。 Default value depthStencilFormat: RenderTextureDepthFormat = RenderTextureDepthFormat.DEPTH_16 深度格式。 Default value mulSampler: number = 1 多重采样点个数。 Default value mipmap: boolean = fals...

来源: Laya3.0_api 发布时间: 20231102

342. 实体组件系统 · LayaAir3.0文档 · LAYABOX [ 24%]

...在脚本中使用代码改变节点的属性了,例如,给Sprite添加纹理等,示例代码如下所示: const { regClass, property } = Laya; @regClass() export class NewScript extends Laya.Script { @property({ type : Laya.Sprite}) public spr: Laya.Sprite; onAwake(): void { this.spr.size(5...

来源: Laya3.0_文档 发布时间: 20241014

343. laya.net.Loader_API3.0 [ 21%]

...。 Static IMAGE IMAGE: string = "image" Defined in laya/net/Loader.ts:89 纹理类型,加载完成后返回Texture。 Static JSON JSON: string = "json" Defined in laya/net/Loader.ts:83 JSON 类型,加载完成后返回包含json数据的TextResource对象。 Static MATERIAL MATERIAL: string = "...

来源: Laya3.0_api 发布时间: 20231115

344. 插件开发说明 · LayaAir3.0文档 · LAYABOX [ 21%]

...时候做一些自动化处理,比如导入图片时自动设置为精灵纹理,设置压缩格式等,这时可以使用IAssetProcessor接口,接口的定义如下: export interface IAssetProcessor { //在图片资源被导入前调用 onPreprocessImage?(assetImporter: IImageAssetImporter)...

来源: Laya3.0_文档 发布时间: 20241014

345. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 15%]

...处理是 /**          * json文件读取成功后,解析里面的纹理数据,进行加载          * @param    e JSON数据          */         private function onJsonComplete(e:*):void {             _mapSprite = new Sprite();             Laya.stage...

来源: Laya_社区 发布时间: 20161109