# AssetProviderEditorAttribute(Type)

> Initializes a new instance of the AssetProviderEditorAttribute class.

## Definition

* **Type:** Constructor
* **Namespace:** [Unity.Localization.Editor](/engine/6000.7/script-reference/unity/localization/editor.md)
* **Assembly:** UnityEditor

```csharp
public AssetProviderEditorAttribute(Type providerType)
```

### Parameters

**** (\[Type]\(https\://learn.microsoft.com/dotnet/api/system.type)): The asset provider type this editor serves.
