Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IResourceCollectionExtension

Marks a serializable class that attaches tool-specific data to a ResourceTableCollection.
Read time 1 minuteLast updated 10 days ago

Definition

public interface IResourceCollectionExtension

Remarks

An extension travels with the collection asset through ResourceTableCollection.AddExtension and is stored by reference, so any serializable implementation works, for example the connection settings for an external translation service. Read one back with ResourceTableCollection.GetExtension.