Method RemoveTableFromAddressables
RemoveTableFromAddressables(LocalizationTable, bool)
Remove the table from the Addressables system.
Declaration
protected override void RemoveTableFromAddressables(LocalizationTable table, bool createUndo)
Parameters
| Type | Name | Description |
|---|---|---|
| LocalizationTable | table | The table to remove. |
| bool | createUndo | Should an Undo operation be recorded? |