MCPcopy
hub / github.com/OpenWebGAL/WebGAL / IAsset

Interface IAsset

packages/parser/src/interface/sceneInterface.ts:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 * @interface IAsset
57 */
58export interface IAsset {
59 name: string; // 资源名称
60 type: fileType; // 资源类型
61 url: string; // 资源url
62 lineNumber: number; // 触发资源语句的行号
63}
64
65/**
66 * 单条语句接口

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected