docs.unity.cn
    Show / Hide Table of Contents

    Method Initialize

    Initialize(String)

    Called during default world initialization to give the application a chance to set up additional worlds beyond (or instead of) the default world, and to perform additional one-time initialization before any worlds are created.

    Declaration
    bool Initialize(string defaultWorldName)
    Parameters
    Type Name Description
    String defaultWorldName

    The name of the default World that will be created

    Returns
    Type Description
    Boolean

    true if the bootstrap has performed initialization, or false if default world initialization should be performed.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023