Class EditorI18NSource
- Namespace
- JLChnToZ.VRC.Foundation.I18N
Add this attribute to assembly to define a source of I18N data you want to automatically load.
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public class EditorI18NSource : Attribute
- Inheritance
-
EditorI18NSource
- Inherited Members
- Extension Methods
Properties
LanguageAssetGUID
The GUID of the language asset.
public string LanguageAssetGUID { get; set; }
Property Value
LanguageAssetGUIDs
public string[] LanguageAssetGUIDs { get; set; }
Property Value
- string[]
LanguageAssetPath
The path of the language asset.
public string LanguageAssetPath { get; set; }
Property Value
Remarks
If this is not set, the GUID will be used to load the asset.
LanguageAssetPaths
public string[] LanguageAssetPaths { get; set; }
Property Value
- string[]