Associates an asset entry editor with the asset entry type it edits.
Apply this attribute to a class that implements IAssetEntryEditor to register it for a concrete asset
entry type. The Resource Tables window discovers the editor through TypeCache, so a custom
asset entry kind appears in the table editor with no manual registration. Register one editor per entry type; the
editor for the nearest base type is used when no exact match exists.
Additional resources: IAssetEntryEditor, IAssetEntry
| Property | Description |
|---|---|
| EntryType | The asset entry type this editor serves. |
| Constructor | Description |
|---|---|
| AssetEntryEditorAttribute | Associates the editor with an asset entry type. |