Extensions
Gets the extensions attached to this collection.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Property
- Namespace: Unity.Localization.Editor
- Assembly: UnityEditor
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.