docs.unity.cn
    Show / Hide Table of Contents

    Method Initialize

    Initialize(String, String)

    Sets properties of the Caching system.

    Declaration
    public bool Initialize(string id, string dataStr)
    Parameters
    Type Name Description
    String id

    The id of thei object.

    String dataStr

    The JSON serialized CacheInitializationData object.

    Returns
    Type Description
    Boolean

    True if the initialization succeeded.

    Implements
    IInitializableObject.Initialize(String, String)
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, March 4, 2022
    Terms of use