Method AddTable
AddTable(LocalizationTable, bool, bool)
Adds the table to the collection and updates Addressable assets. The table will not be added if it is not using the same SharedTableData as the collection.
Declaration
public virtual void AddTable(LocalizationTable table, bool createUndo = false, bool postEvent = true)
Parameters
Type | Name | Description |
---|---|---|
LocalizationTable | table | The table to add to the collection. |
bool | createUndo | Should an Undo operation be created? |
bool | postEvent | Should the TableAddedToCollection event be sent after the table was added? |