Class LocalizationPlayerSettings
Inheritance
System.Object
LocalizationPlayerSettings
Syntax
public class LocalizationPlayerSettings
Properties
ActiveLocalizationSettings
The LocalizationSettings used for this project.
Declaration
public static LocalizationSettings ActiveLocalizationSettings { get; set; }
Property Value
Type |
Description |
LocalizationSettings |
|
ActiveLocalizationSettingsInternal
Declaration
protected virtual LocalizationSettings ActiveLocalizationSettingsInternal { get; set; }
Property Value
Type |
Description |
LocalizationSettings |
|
Methods
GetAssetTables<TLocalizedTable>()
Declaration
public static List<AssetTableCollection> GetAssetTables<TLocalizedTable>()where TLocalizedTable : LocalizedTable
Returns
Type Parameters
Name |
Description |
TLocalizedTable |
|
GetAssetTablesInternal<TLocalizedTable>()
Declaration
protected virtual List<AssetTableCollection> GetAssetTablesInternal<TLocalizedTable>()where TLocalizedTable : LocalizedTable
Returns
Type Parameters
Name |
Description |
TLocalizedTable |
|