Method AddTableToAddressables
AddTableToAddressables(LocalizationTable, bool)
Add the table to the Addressable assets system.
Declaration
protected virtual void AddTableToAddressables(LocalizationTable table, bool createUndo)
Parameters
| Type | Name | Description |
|---|---|---|
| LocalizationTable | table | The table to add. |
| bool | createUndo | Should an Undo operation be recorded? |