Method LoadAsset
LoadAsset()
Provides a localized asset from a AssetTable with the TableReference and the the asset that matches TableEntryReference. Uses WaitForCompletion to force the loading to complete synchronously. Please note that WaitForCompletion is not supported on WebGL.
Declaration
public TObject LoadAsset()
Returns
Type | Description |
---|---|
TObject | Returns the localized asset. |