Class AssetTableItemData
Inheritance
System.Object
AssetTableItemData
Namespace: UnityEngine.Localization
Syntax
[Serializable]
public class AssetTableItemData
Fields
guid
Declaration
public string guid
Field Value
| Type | Description | 
|---|---|
| System.String | 
key
Declaration
public uint key
Field Value
| Type | Description | 
|---|---|
| System.UInt32 | 
Properties
AsyncOperation
Declaration
public AsyncOperationHandle? AsyncOperation { get; set; }
Property Value
| Type | Description | 
|---|---|
| System.Nullable<AsyncOperationHandle> |