Enum ETextType
Enum representing common text file extensions supported by EasyLocalization.
Namespace: GUPS.EasyLocalization.Core.Enums
Assembly: cs.temp.dll.dll
Syntax
public enum ETextType
Fields
| Name | Description |
|---|---|
| CSV | Comma-separated values. |
| JSON | JavaScript Object Notation. |
| UNKNOWN | 3rd party / unknown format. |