Enum CaseSensitivityType
Options for the type of comparison to perform.
Namespace: UnityEngine.Localization.SmartFormat.Core.Settings
Assembly: Unity.Localization.dll
Syntax
public enum CaseSensitivityType
Fields
| Name | Description |
|---|---|
| CaseInsensitive | Uppercase and lowercase letters are treated as the same. |
| CaseSensitive | Uppercase and lowercase letters are treated as distinct. |