Method RemoveTable
RemoveTable(LocalizationTable, bool, bool)
Removes the table from the collection and updates Addressables assets.
Declaration
public virtual void RemoveTable(LocalizationTable table, bool createUndo = false, bool postEvent = true)
Parameters
Type | Name | Description |
---|---|---|
LocalizationTable | table | |
bool | createUndo | |
bool | postEvent | Should the TableRemovedFromCollection event be sent after the table has been removed? |