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