Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Extensions

Gets the extensions attached to this collection.
Read time 1 minuteLast updated 13 days ago

Definition

public IReadOnlyList<IResourceCollectionExtension> Extensions { get; }

Remarks

Extensions attach tool-specific data to a collection, such as the configuration for an external translation service. See IResourceCollectionExtension.