Namespace UnityEditor.Localization.Plugins.Google.Columns
Classes
ColumnMapping
KeyColumn
KeyCommentColumn
KeyMetadataColumn<TMetadata>
Implementation of SheetColumn that can be used to sync IMetadata that is part of SharedTableData.
For a version that supports Table Metadata see
LocaleColumn
LocaleCommentColumn
LocaleMetadataColumn<TMetadata>
SheetColumn
Interfaces
IPullKeyColumn
Enums
PushFields
The fields that will be populated during PushStringTableCollection(Int32, StringTableCollection, IList<SheetColumn>, ITaskReporter). This is used to configure the send operation so that the data will be sent in the most efficient manner. This means that if you only wish to populate the value field of a sheet then using Value will result in only the data for that field being sent, even if the note values have been set.