Event AssetTableEntryRemoved
Event that is sent when an asset table entry is removed from a table.
Namespace: UnityEditor.Localization
Assembly: Unity.Localization.Editor.dll
Syntax
public event Action<AssetTableCollection, AssetTable, AssetTableEntry, string> AssetTableEntryRemoved
Returns
Type | Description |
---|---|
Action<AssetTableCollection, AssetTable, AssetTableEntry, string> |