Class LocaleCommentColumn
Inherited Members
Namespace: UnityEditor.Localization.Plugins.Google.Columns
Syntax
[Serializable]
public class LocaleCommentColumn : LocaleMetadataColumn<Comment>
Properties
PushFields
Controls which cell fields to synchronize.
Declaration
public override PushFields PushFields { get; }
Property Value
Type | Description |
---|---|
PushFields |
Overrides
Methods
PullMetadata(StringTableEntry, Comment, String, String)
Declaration
public override void PullMetadata(StringTableEntry entry, Comment metadata, string cellValue, string cellNote)
Parameters
Type | Name | Description |
---|---|---|
StringTableEntry | entry | |
Comment | metadata | |
String | cellValue | |
String | cellNote |
Overrides
UnityEditor.Localization.Plugins.Google.Columns.LocaleMetadataColumn<UnityEngine.Localization.Metadata.Comment>.PullMetadata(UnityEngine.Localization.Tables.StringTableEntry, UnityEngine.Localization.Metadata.Comment, System.String, System.String)
PushHeader(StringTableCollection, out String, out String)
Sets the column title and optional note. These values are always set regardless of the value of PushFields.
Declaration
public override void PushHeader(StringTableCollection collection, out string header, out string headerNote)
Parameters
Type | Name | Description |
---|---|---|
StringTableCollection | collection | |
String | header | The title to use for the column header. |
String | headerNote | Optional note that can be added to the header. |
Overrides
PushMetadata(Comment, out String, out String)
Declaration
public override void PushMetadata(Comment metadata, out string value, out string note)
Parameters
Type | Name | Description |
---|---|---|
Comment | metadata | |
String | value | |
String | note |
Overrides
UnityEditor.Localization.Plugins.Google.Columns.LocaleMetadataColumn<UnityEngine.Localization.Metadata.Comment>.PushMetadata(UnityEngine.Localization.Metadata.Comment, System.String, System.String)