Class CollectionExtension
Allows for attaching additional data or functionality to a StringTableCollection or AssetTableCollection.
Namespace: UnityEditor.Localization
Assembly: solution.dll
Syntax
[Serializable]
public class CollectionExtension
Properties
| Name | Description |
|---|---|
| TargetCollection | The collection this extension is attached to. |
Methods
| Name | Description |
|---|---|
| Destroy() | Called when the Extension is removed from the table collection. |
| Initialize() | Called when the Extension is first added to the table collection. |