docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method InitializeAsync

    InitializeAsync(ResourceManager, string, string)

    Async operation for initializing a constructed object.

    Declaration
    public virtual AsyncOperationHandle<bool> InitializeAsync(ResourceManager rm, string id, string data)
    Parameters
    Type Name Description
    ResourceManager rm

    The current instance of Resource Manager.

    string id

    The id of the object.

    string data

    Serialized data for the object.

    Returns
    Type Description
    AsyncOperationHandle<bool>

    Async operation

    Implements
    IInitializableObject.InitializeAsync(ResourceManager, string, string)
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)