Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AssetProviderEditorAttribute

Associates an asset provider editor with the provider type it serves.
Read time 3 minutesLast updated 13 days ago

Definition

[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

ProviderTypeGets the provider type this editor serves.

Inheritance

Inherited Members