Class AssetTableItemData | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    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>
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX