Method GetLocalizedAsset
GetLocalizedAsset<TObject>(TableEntryReference, Locale)
Returns a localized asset from the DefaultTable.
Declaration
public TObject GetLocalizedAsset<TObject>(TableEntryReference tableEntryReference, Locale locale = null) where TObject : Object
Parameters
Type | Name | Description |
---|---|---|
TableEntryReference | tableEntryReference | A reference to the entry in the DefaultTable |
Locale | locale | The Locale to load the table from. Null will use SelectedLocale. |
Returns
Type | Description |
---|---|
TObject |
Type Parameters
Name | Description |
---|---|
TObject | The type of asset that should be loaded. |
GetLocalizedAsset<TObject>(TableReference, TableEntryReference, Locale)
Returns a localized asset from the requested table.
Declaration
public virtual TObject GetLocalizedAsset<TObject>(TableReference tableReference, TableEntryReference tableEntryReference, Locale locale = null) where TObject : Object
Parameters
Type | Name | Description |
---|---|---|
TableReference | tableReference | A reference to the table that the asset should be loaded from. |
TableEntryReference | tableEntryReference | A reference to the entry in the table. |
Locale | locale | The Locale to load the table from. Null will use SelectedLocale. |
Returns
Type | Description |
---|---|
TObject |
Type Parameters
Name | Description |
---|---|
TObject | The type of asset that should be loaded. |