# Asset
Union type of all asset types.

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## Asset type

Union type of all asset types.

**Signature:**

```typescript
type Asset = Scene | Image | FontAsset;
```

**References:** [Scene](/en/creator-api/nodes/scene), [Image](/en/creator-api/types/image), [FontAsset](/en/creator-api/types/font-asset)
