Class LocalizedAssetReference
Namespace: UnityEngine.Localization
Syntax
public class LocalizedAssetReference : LocalizedReference
Properties
AssetType
Declaration
public virtual Type AssetType { get; }
Property Value
Type | Description |
---|---|
Type |
Methods
LoadAsset<TObject>()
Declaration
public IAsyncOperation<TObject> LoadAsset<TObject>()where TObject : Object
Returns
Type | Description |
---|---|
IAsyncOperation<TObject> |
Type Parameters
Name | Description |
---|---|
TObject |