AssetProviderEditorAttribute
Associates an asset provider editor with the provider type it serves.
Read time 3 minutesLast updated 13 days ago
Definition
- Type: Class
- Namespace: Unity.Localization.Editor
- Assembly: UnityEditor
- Inherits from: Attribute
[AttributeUsage(AttributeTargets.Class)]public sealed class AssetProviderEditorAttribute : Attribute
Remarks
Apply this to an AssetProviderEditor subclass so the settings system can pair it with the runtime provider type it configures.
Constructors
Constructor | Description |
|---|---|
| AssetProviderEditorAttribute(System.Type) | Initializes a new instance of the AssetProviderEditorAttribute class. |
Properties
Property | Description |
|---|---|
| ProviderType | Gets the provider type this editor serves. |