Interface IKeyColumn
Represents a CSV column that is responsible for identifying what entry the row should be mapped to.
Namespace: UnityEditor.Localization.Plugins.CSV.Columns
Assembly: Unity.Localization.Editor.dll
Syntax
public interface IKeyColumn
Methods
Name | Description |
---|---|
ReadKey(CsvReader) | Returns the entry that should be mapped for the current row or null if one can not be found. |