# ASSET_TEXTURE

Variable · category: Asset

Source: https://github.com/playcanvas/engine/blob/b5b983982a9860d21e0c1dafb2f85f72e2c01afb/src/framework/asset/constants.js#L78

Asset type name for texture.

```ts
const ASSET_TEXTURE: "texture" = 'texture'
```
