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

    Class GameItemLookupSerializableData

    Serializable data structure that contains the state of GameItemLookup.

    Inheritance
    System.Object
    GameItemLookupSerializableData
    Namespace: UnityEngine.GameFoundation.DataPersistence
    Syntax
    [Serializable]
    public class GameItemLookupSerializableData : ISerializableData

    Constructors

    GameItemLookupSerializableData()

    Default constructor for serialization purpose.

    Declaration
    public GameItemLookupSerializableData()

    GameItemLookupSerializableData(Int32)

    Basic constructor that takes in the version of the persistence layer and the index of the last GUID used by the GameItemLookup.

    Declaration
    public GameItemLookupSerializableData(int lastGuidUsed)
    Parameters
    Type Name Description
    System.Int32 lastGuidUsed

    Properties

    lastGuidUsed

    The last guid used by the GameItemLookup class

    Declaration
    public int lastGuidUsed { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX