LocalizationAttribute

class in UnityEditor

Cambiar al Manual

Descripción

Attribute of the assembly for localization.

By defining this attribute, contents like members of user defined class will be localized.

using UnityEditor;
[assembly: Localization]

Constructores

LocalizationAttributeWith an argument locGroupName, Localization system referes to the dictionary the locGroupName assembly.