Skip to content

AssetContentType

AssetContentType = "json" | "text" | "binary" | "image" | "audio"

Defined in: assetTypes.ts:3

core-content.ts

Content surface: scenes, prefabs, assets, animation, audio, particles, tilemap, physics types.

“Content” == data that flows in through the editor + loaders (scenes, prefabs, asset files, anim clips, audio, tilemap source) and the matching runtime APIs. Physics is included because the plugin types are part of the scene/component data surface.

Re-exported wholesale by core.ts.