Version: 2020.3
言語: 日本語

LocalizationAttribute

class in UnityEditor

マニュアルに切り替える

説明

Attribute of the assembly for localization.

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

using UnityEditor;
[assembly: Localization]

コンストラクタ

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